{ lib, ... }: let inherit (lib) mkEnableOption; in { options = { games.enable = mkEnableOption "Enable games (managed by homebrew)"; }; }