From 55197d599c6880ebebdbca8e074b0a0dfd85aafc Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 16 Nov 2024 10:54:32 -0500 Subject: [PATCH] removed fish from global default.nix this is unnecessarily increasing compile time and is not being used --- common/global/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/global/default.nix b/common/global/default.nix index e2d89f2..7314468 100644 --- a/common/global/default.nix +++ b/common/global/default.nix @@ -36,10 +36,7 @@ }; }; - programs = { - zsh.enable = true; - fish.enable = true; - }; + programs.zsh.enable = true; security.auditd.enable = lib.mkDefault true;