{ lib, ... }: { options.mySystem = lib.mkOption { type = lib.types.attrsOf lib.types.anything; default = {}; description = "Root for custom mySystem options (hierarchical)"; }; }