Skip to content

Commit

Permalink
Revert "Revert "gdm module: only make xserver args overrideable""
Browse files Browse the repository at this point in the history
This reverts commit 4e57e7f.

This actually broke gnome3 and didn't fix anything, I failed bisecting.
  • Loading branch information
globin committed Mar 27, 2017
1 parent d8dd2fb commit d1228f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/modules/services/x11/display-managers/gdm.nix
Expand Up @@ -99,7 +99,8 @@ in
services.xserver.displayManager.job =
{
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}";
# Find the mouse
XCURSOR_PATH = "~/.icons:${config.system.path}/share/icons";
Expand Down

0 comments on commit d1228f9

Please sign in to comment.