diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix index 3a9a09ee87c..3241780a3a7 100644 --- a/nixos/modules/config/system-path.nix +++ b/nixos/modules/config/system-path.nix @@ -106,13 +106,19 @@ in "/lib" "/man" "/sbin" + "/share/applications" + "/share/desktop-directories" "/share/doc" "/share/emacs" + "/share/icons" "/share/info" "/share/man" + "/share/menus" + "/share/mime" "/share/nano" "/share/org" "/share/terminfo" + "/share/themes" "/share/vim-plugins" ];