{ config, lib, pkgs, ... }: { options = { }; config = { programs = { syncthing = { enable = true; tray.enable = true; }; }; }; }