mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
f3111f62a2
The systemd user service depends on
config.xdg.configFile."hypr/hypridle.conf".source
for `X-Restart-Triggers`. When `cfg.settings` is the default `{}`,
this causes failure since
config.xdg.configFile."hypr/hypridle.conf".source
will not exist.
Making the addition conditional on `cfg.settings` actually having
content, which would mean `xdg.configFile."hypr/hypridle.conf"` does
exist, avoids the error.
(cherry picked from commit
|
||
---|---|---|
.. | ||
accounts | ||
config/i18n | ||
files | ||
home-environment | ||
i18n/input-method | ||
launchd | ||
misc | ||
programs | ||
services | ||
systemd | ||
targets-darwin | ||
targets-linux | ||
xresources |