From afdfe76bbd7ffb23d52ab9ba372aa0e78e5aeb09 Mon Sep 17 00:00:00 2001 From: obadz Date: Wed, 2 Sep 2015 23:31:34 +0100 Subject: [PATCH] nixos: environment.pathsToLink += some desktop dirs Close #9622. (adding common desktop locations and locations specified in http://standards.freedesktop.org/menu-spec/1.1/) --- nixos/modules/config/system-path.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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" ];