fix: disable unused programs

This commit is contained in:
2026-04-10 20:17:11 -04:00
parent 13d4761595
commit 89e652cdc1
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -5,16 +5,16 @@
./btop.nix
./carapace.nix
./fastfetch.nix
# ./fastfetch.nix
./fish.nix
./git.nix
./hyfetch.nix
# ./hyfetch.nix
./mako.nix
./ncspot.nix
./tmux.nix
# ./ncspot.nix
# ./tmux.nix
./vesktop.nix
./waybar.nix
./yazi.nix
# ./yazi.nix
./zathura.nix
./zen.nix
./zoxide.nix
+1 -1
View File
@@ -1,7 +1,7 @@
{...}:
{
programs.zoxide = {
enable = true;
enable = false;
enableFishIntegration = true;
};
}