Switch default shell to zsh

This commit is contained in:
fleaz 2022-01-28 15:34:49 +01:00
parent 81f51c17ce
commit f1f8f68ffc

View file

@ -2,5 +2,6 @@
users.users.fleaz = { users.users.fleaz = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [ "wheel" ]; # Enable sudo for the user.
shell = pkgs.zsh;
}; };
} }