parent
c1ab913f55
commit
63317618df
4 changed files with 60 additions and 5 deletions
apps/gen-docs
|
@ -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"
|
||||
|
|
11
apps/gen-docs/templates/homeManagerModules.md
Normal file
11
apps/gen-docs/templates/homeManagerModules.md
Normal 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$
|
Loading…
Add table
Add a link
Reference in a new issue