From 5d5116286269c4e11976f6450afde1b30c3834c0 Mon Sep 17 00:00:00 2001 From: Jdogzz <2792697+Jdogzz@users.noreply.github.com> Date: Thu, 13 Mar 2025 11:28:47 -0700 Subject: [PATCH] syncthing: have tray wait in submodule (#6617) Add --wait flag to tray to avoid loading before bar. --- modules/services/syncthing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index 0370dceae..bab71518a 100644 --- a/modules/services/syncthing.nix +++ b/modules/services/syncthing.nix @@ -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."; };