mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-22 18:29:39 +01:00
syncthing: have tray wait for bar to load (#6290)
Add --wait flag to tray to avoid loading before bar.
This commit is contained in:
parent
1e36429705
commit
1c75a4c151
1 changed files with 2 additions and 1 deletions
|
|
@ -726,7 +726,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = "${pkgs.syncthingtray-minimal}/bin/syncthingtray";
|
ExecStart =
|
||||||
|
"${pkgs.syncthingtray-minimal}/bin/syncthingtray --wait";
|
||||||
};
|
};
|
||||||
|
|
||||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue