1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-24 09:06:17 +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 {
type = str;
default = "syncthingtray";
defaultText = literalExpression "syncthingtray";
default = "syncthingtray --wait";
defaultText = literalExpression "syncthingtray --wait";
example = literalExpression "qsyncthingtray";
description = "Syncthing tray command to use.";
};