diff options
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 18c2315f..1539126c 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -441,8 +441,8 @@ in { | |||
441 | tray = { | 441 | tray = { |
442 | Unit = { | 442 | Unit = { |
443 | PartOf = [ "graphical-session.target" ]; | 443 | PartOf = [ "graphical-session.target" ]; |
444 | Requires = [ "waybar.service" ]; | 444 | # Requires = [ "waybar.service" ]; |
445 | After = [ "graphical-session.target" "waybar.service" ]; | 445 | After = [ "graphical-session.target" ]; # "waybar.service" ]; |
446 | Wants = ["blueman-applet.service" "udiskie.service" "network-manager-applet.service"]; | 446 | Wants = ["blueman-applet.service" "udiskie.service" "network-manager-applet.service"]; |
447 | }; | 447 | }; |
448 | }; | 448 | }; |