{ lib, ... }: { options.modules = lib.mkOption { description = ". modules. akin to flake-parts' flake.modules"; default = { }; type = lib.types.lazyAttrsOf (lib.types.lazyAttrsOf lib.types.deferredModule); }; }