summary refs log tree commit diff
path: root/nixos/modules/programs/environment.nix
diff options
context:
space:
mode:
authorMichael Peyton Jones <me@michaelpj.com>2018-08-15 09:55:35 +0100
committerMichael Peyton Jones <me@michaelpj.com>2018-08-16 21:23:34 +0100
commit13e2e19158bcd2b4d53e452d82f62817194100ef (patch)
tree71a13eecf2ba743d8df7a57c3dc577dd4ae9d630 /nixos/modules/programs/environment.nix
parent52e7817aa2c33b8569b6fdc884f98a34fbf6f61e (diff)
downloadnixpkgs-13e2e19158bcd2b4d53e452d82f62817194100ef.tar
nixpkgs-13e2e19158bcd2b4d53e452d82f62817194100ef.tar.gz
nixpkgs-13e2e19158bcd2b4d53e452d82f62817194100ef.tar.bz2
nixpkgs-13e2e19158bcd2b4d53e452d82f62817194100ef.tar.lz
nixpkgs-13e2e19158bcd2b4d53e452d82f62817194100ef.tar.xz
nixpkgs-13e2e19158bcd2b4d53e452d82f62817194100ef.tar.zst
nixpkgs-13e2e19158bcd2b4d53e452d82f62817194100ef.zip
xdg: add modules for supporting various XDG specs
Diffstat (limited to 'nixos/modules/programs/environment.nix')
-rw-r--r--nixos/modules/programs/environment.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 3bac8d98990..3c6d356ef99 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -40,7 +40,6 @@ in
         GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" ];
         XDG_CONFIG_DIRS = [ "/etc/xdg" ];
         XDG_DATA_DIRS = [ "/share" ];
-        XCURSOR_PATH = [ "/share/icons" ];
         MOZ_PLUGIN_PATH = [ "/lib/mozilla/plugins" ];
         LIBEXEC_PATH = [ "/lib/libexec" ];
       };