{ lib, config, ... }: let cfg = config.py.services.syncthing; in { options.py.services.syncthing.enable = lib.mkEnableOption "Syncthing"; config.services.syncthing = lib.mkIf cfg.enable { enable = true; tray.enable = true; }; }