summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2016-04-04 18:11:20 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2016-04-16 17:51:32 +0900
commitcfe062f2b6e3c75a68f69104a1f87180004f1341 (patch)
treefe1c1ff4b12cdba4bfb2884e68a631f5b54e342a /nixos/modules/config/system-path.nix
parent3e2318ec3ecff70e1583ad5717f26f91ecdda952 (diff)
downloadnixpkgs-cfe062f2b6e3c75a68f69104a1f87180004f1341.tar
nixpkgs-cfe062f2b6e3c75a68f69104a1f87180004f1341.tar.gz
nixpkgs-cfe062f2b6e3c75a68f69104a1f87180004f1341.tar.bz2
nixpkgs-cfe062f2b6e3c75a68f69104a1f87180004f1341.tar.lz
nixpkgs-cfe062f2b6e3c75a68f69104a1f87180004f1341.tar.xz
nixpkgs-cfe062f2b6e3c75a68f69104a1f87180004f1341.tar.zst
nixpkgs-cfe062f2b6e3c75a68f69104a1f87180004f1341.zip
input methods: fix gtk cache
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index d7815324c4c..8c417059782 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -102,6 +102,8 @@ in
     environment.pathsToLink =
       [ "/bin"
         "/etc/xdg"
+        "/etc/gtk-2.0"
+        "/etc/gtk-3.0"
         "/info"
         "/lib" # FIXME: remove and update debug-info.nix
         "/sbin"