aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/systemd/user/poweralertd.service
Commit message (Collapse)AuthorAgeFilesLines
* fix(systemd): ship poweralertd.service user unitLibravatar sommerfeld2 days1-0/+14
poweralertd was migrated to nix (host.nix) but, like mako, the nix package does not ship a systemd user unit on the manager's search path. sway-session.target's Wants=poweralertd.service referenced a non-existent unit (previously the pacman package supplied /usr/lib/systemd/user/poweralertd.service), so battery/AC notifications never started at login. Add a repo-owned poweralertd.service (absolute nix-profile path) and register it in systemd-units/user.txt.