docs: add generated homeManagerModules readme

This commit is contained in:
matt1432 2025-01-21 14:42:56 -05:00
parent c1ab913f55
commit 63317618df
4 changed files with 60 additions and 5 deletions
apps/gen-docs

View file

@ -20,9 +20,10 @@ substituteModule() {
) -t markdown --template "$FLAKE/apps/gen-docs/templates/$1.md" -o "$FLAKE/$1/README.md"
}
# TODO: add homeManagerModules, lib, modules, nixFastChecks, overlays, scopedPackages
# TODO: add lib, nixFastChecks, overlays, scopedPackages
substitute "appsPackages" "apps" "getPackageMeta"
substitute "nixosConfigurations" "configurations" "getConfigMeta"
substitute "devShells" "devShells" "getPackageMeta"
substitute "packages" "packages" "getPackageMeta"
substituteModule "modules"
substituteModule "homeManagerModules"

View file

@ -0,0 +1,11 @@
# homeManagerModules
This directory contains every home-manager modules exposed by this flake.
## List of my home-manager modules found in `self.homeManagerModules`
| Name | Description |
| ---- | ----------- |
$for(attrs/pairs)$
| `$it.key$` | $it.value.desc/nowrap$ |
$endfor$