forked from mirrors/nixpkgs
nixos/environment: set GTK_EXE_PREFIX
This commit is contained in:
parent
cc125810cb
commit
6663a795a3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue