home: zsh: always enable VTE integration

This commit is contained in:
Bruno BELANYI 2023-02-12 16:43:55 +00:00
parent 70f5e46860
commit c1c3146311
1 changed files with 2 additions and 5 deletions

View File

@ -84,11 +84,8 @@ in
reset-agent = "gpg-connect-agent updatestartuptty /bye";
};
# Enable VTE integration when using one of the affected shells
enableVteIntegration =
builtins.any (name: config.my.home.terminal.program == name) [
"termite"
];
# Enable VTE integration
enableVteIntegration = true;
};
# Fuzzy-wuzzy