Merge pull request #69031 from worldofpeace/xcursor-update

nixos/xdg/icons: match XCURSOR_PATH spec
This commit is contained in:
worldofpeace
2019-09-18 17:42:20 -04:00
committed by GitHub
2 changed files with 14 additions and 4 deletions
-1
View File
@@ -20,7 +20,6 @@ in
{ NIXPKGS_CONFIG = "/etc/nix/nixpkgs-config.nix";
PAGER = mkDefault "less -R";
EDITOR = mkDefault "nano";
XCURSOR_PATH = [ "$HOME/.icons" ];
XDG_CONFIG_DIRS = [ "/etc/xdg" ]; # needs to be before profile-relative paths to allow changes through environment.etc
GTK_DATA_PREFIX = "${config.system.path}"; # needed for gtk2 apps to find themes
GTK_EXE_PREFIX = "${config.system.path}";