summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-03-15 21:24:52 +0100
committerGitHub <noreply@github.com>2022-03-15 21:24:52 +0100
commit0f94c5b151ccf3ab4650c2446a0fc1269b436c4c (patch)
tree89ac594262fd634f95163e43f9356b9cf8678684 /nixos/modules
parent1df0b696b2d565c87eb2301b0fffc617839bb18e (diff)
parentaaad72a37c15dabe78058ab26a117a0c6dc38946 (diff)
Merge pull request #164105 from ncfavier/ibus
ibus: 1.5.24 -> 1.5.26
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/programs/environment.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index d552c751afd7..a448727be778 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -40,13 +40,15 @@ in
KDEDIRS = [ "" ];
QT_PLUGIN_PATH = [ "/lib/qt4/plugins" "/lib/kde4/plugins" ];
QTWEBKIT_PLUGIN_PATH = [ "/lib/mozilla/plugins/" ];
- GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" ];
+ GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" "/lib/gtk-4.0" ];
XDG_CONFIG_DIRS = [ "/etc/xdg" ];
XDG_DATA_DIRS = [ "/share" ];
MOZ_PLUGIN_PATH = [ "/lib/mozilla/plugins" ];
LIBEXEC_PATH = [ "/lib/libexec" ];
};
+ environment.pathsToLink = [ "/lib/gtk-2.0" "/lib/gtk-3.0" "/lib/gtk-4.0" ];
+
environment.extraInit =
''
unset ASPELL_CONF