{ lib, ... }: { # Root for custom options options.mySystem = lib.mkOption { type = lib.types.attrs; # simple attribute set default = {}; description = "Root for custom mySystem options"; }; }