1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-26 01:51:37 +00:00

syncthing: have tray wait in submodule (#6617)

Add --wait flag to tray to avoid loading before bar.
This commit is contained in:
Jdogzz 2025-03-13 11:28:47 -07:00 committed by GitHub
parent 1b0efe3d33
commit 5d51162862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -608,8 +608,8 @@ in {
command = mkOption { command = mkOption {
type = str; type = str;
default = "syncthingtray"; default = "syncthingtray --wait";
defaultText = literalExpression "syncthingtray"; defaultText = literalExpression "syncthingtray --wait";
example = literalExpression "qsyncthingtray"; example = literalExpression "qsyncthingtray";
description = "Syncthing tray command to use."; description = "Syncthing tray command to use.";
}; };