1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

dunst: UWSM compatibility (#7472)

Added Install field for systemd service, which is needed for autostart to work properly under compositors launched under UWSM
This commit is contained in:
fcoelhomrc 2025-07-14 22:13:16 +01:00 committed by GitHub
parent c262667906
commit 8597e85e2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,6 +218,9 @@ in
]
);
Environment = lib.optionalString (cfg.waylandDisplay != "") "WAYLAND_DISPLAY=${cfg.waylandDisplay}";
Install = {
WantedBy = config.wayland.systemd.target;
};
};
};
}