fix: units not starting correctly
This commit is contained in:
parent
e9e78f3a1a
commit
aec7aa871f
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ in
|
|||
color = "000000";
|
||||
};
|
||||
};
|
||||
systemd.user.services.waybar.Unit.After = [ "graphical-session.target" ];
|
||||
systemd.user.services.swayidle.Unit.After = [ "graphical-session.target" ];
|
||||
services.swayidle = {
|
||||
enable = true;
|
||||
events = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue