From fa50312ef7020b4aa30c0aa74b9dd886f48ac10e Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 30 Apr 2023 23:28:28 -0400 Subject: [PATCH] Add fish to shells --- modules/linux/user.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/linux/user.nix b/modules/linux/user.nix index c9538c0..e2fa986 100644 --- a/modules/linux/user.nix +++ b/modules/linux/user.nix @@ -5,6 +5,7 @@ let in with lib; { config = mkMerge [ { + environment.shells = [ pkgs.fish ]; users = { # If we install the user and the system is hardended, then disable mutable users mutableUsers = !(nc.installUser && nc.harden);