fix: units not starting correctly

This commit is contained in:
Moritz Böhme 2025-04-19 13:29:46 +02:00
parent 5fdd067ce7
commit 2a1262df2f
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -82,6 +82,8 @@ in {
color = "000000"; color = "000000";
}; };
}; };
systemd.user.services.waybar.Unit.After = ["graphical-session.target"];
systemd.user.services.swayidle.Unit.After = ["graphical-session.target"];
services.swayidle = { services.swayidle = {
enable = true; enable = true;
events = [ events = [