Fix the default user shell
This commit is contained in:
parent
985b3d10cf
commit
62bd1c3bfe
|
@ -15,6 +15,6 @@
|
||||||
packages = [ ];
|
packages = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultUserShell = "/etc/profiles/per-user/${username}/bin/zsh";
|
defaultUserShell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue