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

View file

@ -97,6 +97,7 @@
../../modules/hm/biblio.nix
# ../../modules/hm/bitwarden.nix
# ../../modules/hm/blender.nix
../../modules/hm/carapace.nix
../../modules/hm/cava.nix
# ../../modules/hm/dwarf-fortress.nix
../../modules/hm/easyeffects.nix

View file

@ -91,6 +91,7 @@
../../modules/hm/biblio.nix
# ../../modules/hm/bitwarden.nix
../../modules/hm/blender_nvidia.nix
../../modules/hm/carapace.nix
../../modules/hm/cava.nix
# ../../modules/hm/dwarf-fortress.nix
../../modules/hm/easyeffects.nix

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

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