aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-13 11:28:07 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-18 11:13:43 -0400
commit6663a795a3da44555f01cc04b90edd4157306bbb (patch)
tree9984ad372afd1343013c26a8bb3f56d30bc6430d /nixos
parentcc125810cb4f305c5bcee937648ff3704f13c472 (diff)
nixos/environment: set GTK_EXE_PREFIX
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/environment.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index d92c4189159..4bbc750fd52 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -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