removed fish from global default.nix

this is unnecessarily increasing compile time and is not being used
This commit is contained in:
2024-11-16 10:54:32 -05:00
parent f492e3a613
commit 55197d599c

View File

@@ -36,10 +36,7 @@
};
};
programs = {
zsh.enable = true;
fish.enable = true;
};
programs.zsh.enable = true;
security.auditd.enable = lib.mkDefault true;