diff --git a/modules/other/users.mod.nix b/modules/other/users.mod.nix index 1189e55..091e76c 100644 --- a/modules/other/users.mod.nix +++ b/modules/other/users.mod.nix @@ -57,6 +57,8 @@ in }; }; config = { + # environment.shells = [ pkgs.nushell ]; + programs.zsh.enable = true; users = { mutableUsers = true; users = { @@ -71,7 +73,7 @@ in "nix" "docker" ]; - shell = pkgs.nushell; + shell = pkgs.zsh; }; }; };