summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2017-08-07 13:15:36 +0200
committerGitHub <noreply@github.com>2017-08-07 13:15:36 +0200
commite6808e30ae2b10f09e8f55e340d1b57f24027010 (patch)
tree7d460b62416e877e1fae2ab9792bd2a6718f8ef2 /nixos
parent7aaad6cd8c5916baadbd22d4b05e070fa279f80f (diff)
parent0e28d3af1dfdbf510dfd0f91905085f6dfdcfd2a (diff)
downloadnixpkgs-e6808e30ae2b10f09e8f55e340d1b57f24027010.tar
nixpkgs-e6808e30ae2b10f09e8f55e340d1b57f24027010.tar.gz
nixpkgs-e6808e30ae2b10f09e8f55e340d1b57f24027010.tar.bz2
nixpkgs-e6808e30ae2b10f09e8f55e340d1b57f24027010.tar.lz
nixpkgs-e6808e30ae2b10f09e8f55e340d1b57f24027010.tar.xz
nixpkgs-e6808e30ae2b10f09e8f55e340d1b57f24027010.tar.zst
nixpkgs-e6808e30ae2b10f09e8f55e340d1b57f24027010.zip
Merge pull request #27931 from gnidorah/kde
Fix some KDE applications
Diffstat (limited to 'nixos')
-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 cf3cc2f2262..5d339eaea48 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 {