Skip to content

Commit

Permalink
Merge pull request #21 from suive/patch-1
Browse files Browse the repository at this point in the history
Remove hardcoded NixOS desktop application path
  • Loading branch information
lcpz authored Jul 25, 2020
2 parents dc0a18c + 3d5f8a0 commit b77dee0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ local icon_theme = require("menubar.icon_theme")

local io, pairs, string, table, os = io, pairs, string, table, os

-- Add support for NixOS systems too
table.insert(menu_gen.all_menu_dirs, string.format("%s/.nix-profile/share/applications", os.getenv("HOME")))

-- Expecting a wm_name of awesome omits too many applications and tools
menu_utils.wm_name = ""

Expand Down

0 comments on commit b77dee0

Please sign in to comment.