Common/bash: enable VTE integration

This commit is contained in:
Toast 2024-02-23 11:03:35 +01:00
parent 7f8155840c
commit 2018954c98

View file

@ -2,6 +2,9 @@
{
home-manager.users.toast = { config, ... }: {
programs.bash.enable = true;
programs.bash = {
enable = true;
enableVteIntegration = true;
};
};
}