tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos: add pathes for KDE applications
gnidorah
8 years ago
0e28d3af
771c80d2
+3
1 changed file
expand all
collapse all
unified
split
nixos
modules
config
system-path.nix
+3
nixos/modules/config/system-path.nix
···
118
118
"/share/themes"
119
119
"/share/vim-plugins"
120
120
"/share/vulkan"
121
121
+
"/share/kservices5"
122
122
+
"/share/kservicetypes5"
123
123
+
"/share/kxmlgui5"
121
124
];
122
125
123
126
system.path = pkgs.buildEnv {