diff --git a/home/shell/carapace.nix b/home/shell/carapace.nix new file mode 100644 index 0000000..caed50c --- /dev/null +++ b/home/shell/carapace.nix @@ -0,0 +1,5 @@ +{ + programs.carapace = { + enable = true; + }; +} diff --git a/home/shell/default.nix b/home/shell/default.nix index c9f4ed7..d362f2e 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -6,6 +6,7 @@ ./bat.nix ./bottom.nix ./btop.nix + ./carapace.nix ./common.nix ./direnv.nix ./eza.nix