diff --git a/modules/other/users.nix b/modules/other/users.nix index ba2fd02..fc57ad3 100644 --- a/modules/other/users.nix +++ b/modules/other/users.nix @@ -74,7 +74,7 @@ in { "docker" ]; # shell = self.packages.${pkgs.stdenv.system}.fish; - shell = pkgs.zsh; + shell = pkgs.nushell; # hashedPasswordFile = "/etc/passwords/cr"; }; # root.hashedPasswordFile = "/persist/passwords/root";