Skip to content

Commit

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

This allows gdm to run again, the test is still failing.

(cherry picked from commit 4e57e7f)
  • Loading branch information
globin committed Mar 24, 2017
1 parent d370e5f commit f83f094
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nixos/modules/services/x11/display-managers/gdm.nix
Expand Up @@ -99,8 +99,7 @@ in
services.xserver.displayManager.job =
{
environment = {
GDM_X_SERVER_EXTRA_ARGS = toString
(filter (arg: arg != "-terminate") cfg.xserverArgs);
GDM_X_SERVER = "${cfg.xserverBin} ${toString 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 f83f094

Please sign in to comment.