{ lib, config, True, ... }: with lib; let cfg = config.module.services.gvfs; in { options = { module.services.gvfs = { enable = mkEnableOption ""; }; }; config = mkIf cfg.enable { services.gvfs = True; }; }