3
0
Fork 0
forked from mirrors/nixpkgs

nixos/environment: set GTK_EXE_PREFIX

This commit is contained in:
worldofpeace 2019-09-13 11:28:07 -04:00
parent cc125810cb
commit 6663a795a3

View file

@ -23,6 +23,7 @@ in
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}";
};
environment.profiles = mkAfter