{pkgs, ...}: { services.syncthing = {enable = true;}; home.packages = with pkgs; [syncthingtray-minimal]; }