gdm module: only make xserver args overrideable

This commit is contained in:
Alexander Ried 2016-10-03 18:22:53 +02:00
parent 5125161a77
commit a5aa926902

View File

@ -95,7 +95,7 @@ in
services.xserver.displayManager.job =
{
environment = {
GDM_X_SERVER = "${cfg.xserverBin} ${cfg.xserverArgs}";
GDM_X_SERVER_EXTRA_ARGS = "${cfg.xserverArgs}";
GDM_SESSIONS_DIR = "${cfg.session.desktops}";
# Find the mouse
XCURSOR_PATH = "~/.icons:${config.system.path}/share/icons";