summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-10-02 19:00:23 +0200
committerAlexander Ried <ried@mytum.de>2016-10-15 20:32:14 +0200
commit5125161a77a56b8524c24f63d70788f06038cf71 (patch)
tree3bd9727e9310f0f1dd1b4bc4875643de607b2732 /nixos/modules/services/x11
parent3acee13364ebb9bbfeff0478cc4a754955210790 (diff)
downloadnixlib-5125161a77a56b8524c24f63d70788f06038cf71.tar
nixlib-5125161a77a56b8524c24f63d70788f06038cf71.tar.gz
nixlib-5125161a77a56b8524c24f63d70788f06038cf71.tar.bz2
nixlib-5125161a77a56b8524c24f63d70788f06038cf71.tar.lz
nixlib-5125161a77a56b8524c24f63d70788f06038cf71.tar.xz
nixlib-5125161a77a56b8524c24f63d70788f06038cf71.tar.zst
nixlib-5125161a77a56b8524c24f63d70788f06038cf71.zip
gnome3_22.gnome-session: lookup of gnome-settings-daemon.desktop
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/display-managers/gdm.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix
index 9d1a62df3496..77e0d9cb06de 100644
--- a/nixos/modules/services/x11/display-managers/gdm.nix
+++ b/nixos/modules/services/x11/display-managers/gdm.nix
@@ -97,7 +97,6 @@ in
         environment = {
           GDM_X_SERVER = "${cfg.xserverBin} ${cfg.xserverArgs}";
           GDM_SESSIONS_DIR = "${cfg.session.desktops}";
-          XDG_CONFIG_DIRS = "${gnome3.gnome_settings_daemon}/etc/xdg";
           # Find the mouse
           XCURSOR_PATH = "~/.icons:${config.system.path}/share/icons";
         };