feat(zsh): add zsh as default user shell
This commit is contained in:
parent
8b69346b1f
commit
db66adcc8c
4 changed files with 31 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
config = lib.mkMerge [
|
||||
{
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
users.users."${config.system.mainUser}" = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue