summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2017-08-04 11:39:47 +0300
committergnidorah <gnidorah@users.noreply.github.com>2017-08-06 12:55:10 +0300
commit0e28d3af1dfdbf510dfd0f91905085f6dfdcfd2a (patch)
tree39e56e8bbc4b84ef5554a3b12fa9ebcf59cd09a2 /nixos/modules/config
parent771c80d216bbb4e70563cd22d9b26250fdbbd06c (diff)
downloadnixlib-0e28d3af1dfdbf510dfd0f91905085f6dfdcfd2a.tar
nixlib-0e28d3af1dfdbf510dfd0f91905085f6dfdcfd2a.tar.gz
nixlib-0e28d3af1dfdbf510dfd0f91905085f6dfdcfd2a.tar.bz2
nixlib-0e28d3af1dfdbf510dfd0f91905085f6dfdcfd2a.tar.lz
nixlib-0e28d3af1dfdbf510dfd0f91905085f6dfdcfd2a.tar.xz
nixlib-0e28d3af1dfdbf510dfd0f91905085f6dfdcfd2a.tar.zst
nixlib-0e28d3af1dfdbf510dfd0f91905085f6dfdcfd2a.zip
nixos: add pathes for KDE applications
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/system-path.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index cf3cc2f22628..5d339eaea485 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -118,6 +118,9 @@ in
         "/share/themes"
         "/share/vim-plugins"
         "/share/vulkan"
+        "/share/kservices5"
+        "/share/kservicetypes5"
+        "/share/kxmlgui5"
       ];
 
     system.path = pkgs.buildEnv {