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