about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-11 06:39:48 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-18 11:13:42 -0400
commit453036c8a7d4ef76f6e0c28a305622e3ea57cc3b (patch)
tree5bb1e81f2c3e5597828da63ca0c70942d2471fe7 /nixos/modules
parentdf56adac5342004133607a2cf6050e59bbc018c0 (diff)
downloadnixlib-453036c8a7d4ef76f6e0c28a305622e3ea57cc3b.tar
nixlib-453036c8a7d4ef76f6e0c28a305622e3ea57cc3b.tar.gz
nixlib-453036c8a7d4ef76f6e0c28a305622e3ea57cc3b.tar.bz2
nixlib-453036c8a7d4ef76f6e0c28a305622e3ea57cc3b.tar.lz
nixlib-453036c8a7d4ef76f6e0c28a305622e3ea57cc3b.tar.xz
nixlib-453036c8a7d4ef76f6e0c28a305622e3ea57cc3b.tar.zst
nixlib-453036c8a7d4ef76f6e0c28a305622e3ea57cc3b.zip
nixos/gdm: don't set XCURSOR_PATH
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/display-managers/gdm.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix
index a58febb33415..0a5d52e319ec 100644
--- a/nixos/modules/services/x11/display-managers/gdm.nix
+++ b/nixos/modules/services/x11/display-managers/gdm.nix
@@ -142,8 +142,6 @@ in
           GDM_X_SERVER_EXTRA_ARGS = toString
             (filter (arg: arg != "-terminate") cfg.xserverArgs);
           XDG_DATA_DIRS = "${cfg.session.desktops}/share/";
-          # Find the mouse
-          XCURSOR_PATH = "~/.icons:${pkgs.gnome3.adwaita-icon-theme}/share/icons";
         } // optionalAttrs (xSessionWrapper != null) {
           # Make GDM use this wrapper before running the session, which runs the
           # configured setupCommands. This relies on a patched GDM which supports