Switch default shell to zsh
This commit is contained in:
parent
81f51c17ce
commit
f1f8f68ffc
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue