{ lib, ... }: with lib; { options = { custom.home-info = mkOption { type = types.submodule { options = { }; }; }; }; }