added nix-profile desktop links path to menugen
to support nix/nixos systems
This commit is contained in:
parent
e3498d77b0
commit
92f776dbc7
|
@ -16,7 +16,7 @@ local next = next
|
|||
module("menugen")
|
||||
|
||||
-- Built in menubar should be checking local applications directory
|
||||
menu_gen.all_menu_dirs = { '/usr/share/applications/', '/usr/local/share/applications/', '~/.local/share/applications' }
|
||||
menu_gen.all_menu_dirs = { '/usr/share/applications/', '/usr/local/share/applications/', '~/.local/share/applications', '~/.nix-profile/share/applications' }
|
||||
|
||||
-- Expecting an wm_name of awesome omits too many applications and tools
|
||||
menu_utils.wm_name = ""
|
||||
|
|
Loading…
Reference in New Issue