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:
parent
1b0efe3d33
commit
5d51162862
1 changed files with 2 additions and 2 deletions
|
@ -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.";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue