1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

syncthing: have tray wait in submodule

This commit is contained in:
flakeuser 2025-03-13 09:27:42 -07:00
parent 948ff4966e
commit b735d61e53

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.";
};