avizo: use config.wayland.systemd.target

This commit is contained in:
Thiago Kenji Okada 2024-12-31 10:12:21 +00:00 committed by Robert Helgesson
parent adcf0b6281
commit 8f48fea0f8
Failed to generate hash of commit

View file

@ -57,8 +57,8 @@ in {
services.avizo = { services.avizo = {
Unit = { Unit = {
Description = "Volume/backlight OSD indicator"; Description = "Volume/backlight OSD indicator";
PartOf = [ "graphical-session.target" ]; PartOf = [ config.wayland.systemd.target ];
After = [ "graphical-session.target" ]; After = [ config.wayland.systemd.target ];
ConditionEnvironment = "WAYLAND_DISPLAY"; ConditionEnvironment = "WAYLAND_DISPLAY";
Documentation = "man:avizo(1)"; Documentation = "man:avizo(1)";
}; };
@ -69,7 +69,7 @@ in {
Restart = "always"; Restart = "always";
}; };
Install = { WantedBy = [ "graphical-session.target" ]; }; Install = { WantedBy = [ config.wayland.systemd.target ]; };
}; };
}; };
}; };