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