{config, lib, pkgs, modulesPath, ... }: { options.speccon18.hm.syncthing.enable = lib.mkEnableOption "enable syncthing"; config = lib.mkIf config.speccon18.hm.syncthing.enable { services.syncthing = { enable = true; tray.enable = false; }; }; }