Revert "Revert "gdm module: only make xserver args overrideable""
This reverts commit 4e57e7f7c6
.
This actually broke gnome3 and didn't fix anything, I failed bisecting.
This commit is contained in:
parent
d8dd2fb9e5
commit
d1228f95e9
|
@ -99,7 +99,8 @@ in
|
||||||
services.xserver.displayManager.job =
|
services.xserver.displayManager.job =
|
||||||
{
|
{
|
||||||
environment = {
|
environment = {
|
||||||
GDM_X_SERVER = "${cfg.xserverBin} ${toString cfg.xserverArgs}";
|
GDM_X_SERVER_EXTRA_ARGS = toString
|
||||||
|
(filter (arg: arg != "-terminate") 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…
Reference in New Issue