mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
syncthing: have tray wait in submodule (#6617)
Add --wait flag to tray to avoid loading before bar.
This commit is contained in:
@@ -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.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user