{ config, lib, ... }: let cfg = config.my.gaming; in { options.my.gaming.enable = lib.mkEnableOption { }; config = lib.mkIf cfg.enable { }; }