Added carapace

This commit is contained in:
2024-11-04 11:26:26 -04:00
parent f0678e4701
commit 2ccf4bc8ac
2 changed files with 6 additions and 0 deletions

5
home/shell/carapace.nix Normal file
View File

@@ -0,0 +1,5 @@
{
programs.carapace = {
enable = true;
};
}

View File

@@ -6,6 +6,7 @@
./bat.nix
./bottom.nix
./btop.nix
./carapace.nix
./common.nix
./direnv.nix
./eza.nix