Set /etc/shells so GDM will be happy
This commit is contained in:
parent
db25786322
commit
313457b121
|
|
@ -40,5 +40,8 @@ in
|
||||||
ignoreShellProgramCheck = true;
|
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}" ];
|
nix.settings.allowed-users = [ "${username}" ];
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue