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