From 2ccf4bc8acfdc481ad679fefaf823b1fc9c934f3 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Mon, 4 Nov 2024 11:26:26 -0400 Subject: [PATCH] Added carapace --- home/shell/carapace.nix | 5 +++++ home/shell/default.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 home/shell/carapace.nix 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