Set /etc/shells so GDM will be happy
This commit is contained in:
parent
d383164d44
commit
a22231d929
|
|
@ -41,5 +41,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