gdm module: only make xserver args overrideable
This commit is contained in:
parent
5125161a77
commit
a5aa926902
@ -95,7 +95,7 @@ in
|
|||||||
services.xserver.displayManager.job =
|
services.xserver.displayManager.job =
|
||||||
{
|
{
|
||||||
environment = {
|
environment = {
|
||||||
GDM_X_SERVER = "${cfg.xserverBin} ${cfg.xserverArgs}";
|
GDM_X_SERVER_EXTRA_ARGS = "${cfg.xserverArgs}";
|
||||||
GDM_SESSIONS_DIR = "${cfg.session.desktops}";
|
GDM_SESSIONS_DIR = "${cfg.session.desktops}";
|
||||||
# Find the mouse
|
# Find the mouse
|
||||||
XCURSOR_PATH = "~/.icons:${config.system.path}/share/icons";
|
XCURSOR_PATH = "~/.icons:${config.system.path}/share/icons";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user