users: set default shell to nushell
This commit is contained in:
parent
99b7c4f250
commit
1abab409f8
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue