summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorobadz <dav-github@odav.org>2015-09-02 23:31:34 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-09-07 21:16:23 +0200
commitafdfe76bbd7ffb23d52ab9ba372aa0e78e5aeb09 (patch)
tree13e2ba6869a44d7893dc1516a202a7c74eb623e6 /nixos
parent119a6e33ed722eb2487645297eacf07beb6043db (diff)
downloadnixlib-afdfe76bbd7ffb23d52ab9ba372aa0e78e5aeb09.tar
nixlib-afdfe76bbd7ffb23d52ab9ba372aa0e78e5aeb09.tar.gz
nixlib-afdfe76bbd7ffb23d52ab9ba372aa0e78e5aeb09.tar.bz2
nixlib-afdfe76bbd7ffb23d52ab9ba372aa0e78e5aeb09.tar.lz
nixlib-afdfe76bbd7ffb23d52ab9ba372aa0e78e5aeb09.tar.xz
nixlib-afdfe76bbd7ffb23d52ab9ba372aa0e78e5aeb09.tar.zst
nixlib-afdfe76bbd7ffb23d52ab9ba372aa0e78e5aeb09.zip
nixos: environment.pathsToLink += some desktop dirs
Close #9622.
(adding common desktop locations and locations specified in
http://standards.freedesktop.org/menu-spec/1.1/)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/system-path.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 3a9a09ee87c1..3241780a3a71 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"
       ];