fix(qtile): inherit Home Manager session environment #81
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/dotfiles!81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/fix-j4-nix-app-discovery"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
XDG_DATA_DIRSPATHandXDG_DATA_DIRSinto the user systemd environmentRoot cause
After switching from
startx/.xinitrcto LightDM, the Qtile session no longer inherited Home Manager's login-shell environment.j4-dmenu-desktoptherefore could not discover.desktopfiles under the Home Manager profile even though packages such as Brave were installed.Impact
Application discovery works generically for Home Manager and Nix profile applications instead of special-casing Brave.