Set /etc/shells so GDM will be happy
This commit is contained in:
parent
aee28b2757
commit
de9bb4bac6
|
|
@ -40,5 +40,8 @@ in
|
|||
ignoreShellProgramCheck = true;
|
||||
};
|
||||
|
||||
# Set /etc/shells so GDM will show our user when ZSH is selected
|
||||
environment.shells = with pkgs; [ pkgs.${shellCfg.defaultShell} ];
|
||||
|
||||
nix.settings.allowed-users = [ "${username}" ];
|
||||
}
|
||||
Loading…
Reference in New Issue