{ lib, ... }: { options.mySystem = lib.mkOption { type = lib.types.submodule; description = "Root for custom mySystem options"; options = {}; }; }