{ pkgs, ... }: { services.syncthing = { enable = true; tray = { enable = true; command = "syncthingtray"; package = pkgs.syncthingtray-minimal; }; }; }