{ lib, config, True, ... }: with lib; let cfg = config.module.misc.protonmail; in { options = { module.misc.protonmail = { enable = mkEnableOption ""; }; }; config = mkIf cfg.enable { services.protonmail-bridge = True // { }; }; }