Enable carapace
This commit is contained in:
parent
ccab840f78
commit
4c9179a036
3 changed files with 10 additions and 0 deletions
|
|
@ -97,6 +97,7 @@
|
||||||
../../modules/hm/biblio.nix
|
../../modules/hm/biblio.nix
|
||||||
# ../../modules/hm/bitwarden.nix
|
# ../../modules/hm/bitwarden.nix
|
||||||
# ../../modules/hm/blender.nix
|
# ../../modules/hm/blender.nix
|
||||||
|
../../modules/hm/carapace.nix
|
||||||
../../modules/hm/cava.nix
|
../../modules/hm/cava.nix
|
||||||
# ../../modules/hm/dwarf-fortress.nix
|
# ../../modules/hm/dwarf-fortress.nix
|
||||||
../../modules/hm/easyeffects.nix
|
../../modules/hm/easyeffects.nix
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,7 @@
|
||||||
../../modules/hm/biblio.nix
|
../../modules/hm/biblio.nix
|
||||||
# ../../modules/hm/bitwarden.nix
|
# ../../modules/hm/bitwarden.nix
|
||||||
../../modules/hm/blender_nvidia.nix
|
../../modules/hm/blender_nvidia.nix
|
||||||
|
../../modules/hm/carapace.nix
|
||||||
../../modules/hm/cava.nix
|
../../modules/hm/cava.nix
|
||||||
# ../../modules/hm/dwarf-fortress.nix
|
# ../../modules/hm/dwarf-fortress.nix
|
||||||
../../modules/hm/easyeffects.nix
|
../../modules/hm/easyeffects.nix
|
||||||
|
|
|
||||||
8
modules/hm/carapace.nix
Normal file
8
modules/hm/carapace.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
programs.carapace = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
enableNushellIntegration = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue