mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 00:51:04 +01:00
wlsunset: systemdTarget used for all targets
This commit is contained in:
parent
a90ab0ab5f
commit
320e152d0b
2 changed files with 4 additions and 4 deletions
|
|
@ -128,8 +128,8 @@ in {
|
|||
systemd.user.services.wlsunset = {
|
||||
Unit = {
|
||||
Description = "Day/night gamma adjustments for Wayland compositors.";
|
||||
After = [ "graphical-session.target" ];
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
After = [ cfg.systemdTarget ];
|
||||
PartOf = [ cfg.systemdTarget ];
|
||||
};
|
||||
|
||||
Service = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue