about summary refs log tree commit diff
path: root/nixos/modules/programs/environment.nix
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/modules/programs/environment.nix
parentcc125810cb4f305c5bcee937648ff3704f13c472 (diff)
downloadnixlib-6663a795a3da44555f01cc04b90edd4157306bbb.tar
nixlib-6663a795a3da44555f01cc04b90edd4157306bbb.tar.gz
nixlib-6663a795a3da44555f01cc04b90edd4157306bbb.tar.bz2
nixlib-6663a795a3da44555f01cc04b90edd4157306bbb.tar.lz
nixlib-6663a795a3da44555f01cc04b90edd4157306bbb.tar.xz
nixlib-6663a795a3da44555f01cc04b90edd4157306bbb.tar.zst
nixlib-6663a795a3da44555f01cc04b90edd4157306bbb.zip
nixos/environment: set GTK_EXE_PREFIX
Diffstat (limited to 'nixos/modules/programs/environment.nix')
-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 d92c41891594..4bbc750fd52e 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