nixos: environment.pathsToLink += some desktop dirs
Close #9622. (adding common desktop locations and locations specified in http://standards.freedesktop.org/menu-spec/1.1/)
This commit is contained in:
parent
119a6e33ed
commit
afdfe76bbd
@ -106,13 +106,19 @@ in
|
|||||||
"/lib"
|
"/lib"
|
||||||
"/man"
|
"/man"
|
||||||
"/sbin"
|
"/sbin"
|
||||||
|
"/share/applications"
|
||||||
|
"/share/desktop-directories"
|
||||||
"/share/doc"
|
"/share/doc"
|
||||||
"/share/emacs"
|
"/share/emacs"
|
||||||
|
"/share/icons"
|
||||||
"/share/info"
|
"/share/info"
|
||||||
"/share/man"
|
"/share/man"
|
||||||
|
"/share/menus"
|
||||||
|
"/share/mime"
|
||||||
"/share/nano"
|
"/share/nano"
|
||||||
"/share/org"
|
"/share/org"
|
||||||
"/share/terminfo"
|
"/share/terminfo"
|
||||||
|
"/share/themes"
|
||||||
"/share/vim-plugins"
|
"/share/vim-plugins"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user