{ config, lib, pkgs, ... }: { home.packages = with pkgs; [ ]; services.syncthing = { enable = true; tray = { enable = true; }; }; }