Enable carapace

This commit is contained in:
Filippo Berto 2024-11-11 12:57:29 +01:00
parent ccab840f78
commit 4c9179a036
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 10 additions and 0 deletions

8
modules/hm/carapace.nix Normal file
View file

@ -0,0 +1,8 @@
{
programs.carapace = {
enable = true;
enableBashIntegration = true;
enableNushellIntegration = true;
enableZshIntegration = true;
};
}