mirror of
https://github.com/nix-community/home-manager
synced 2025-02-12 19:25:05 +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 = {
|
||||
ExecStart = "${pkgs.syncthingtray-minimal}/bin/syncthingtray";
|
||||
ExecStart =
|
||||
"${pkgs.syncthingtray-minimal}/bin/syncthingtray --wait";
|
||||
};
|
||||
|
||||
Install = { WantedBy = [ "graphical-session.target" ]; };
|
||||
|
|
Loading…
Add table
Reference in a new issue