From 0e28d3af1dfdbf510dfd0f91905085f6dfdcfd2a Mon Sep 17 00:00:00 2001 From: gnidorah Date: Fri, 4 Aug 2017 11:39:47 +0300 Subject: nixos: add pathes for KDE applications --- nixos/modules/config/system-path.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/modules/config') 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 { -- cgit 1.4.1