nixos-configs/apps/gen-docs/templates/configurations.md
matt1432 20e5b7dac4
All checks were successful
Discord / discord commits (push) Has been skipped
feat(gen-docs): write nix code outside script
2025-01-20 20:37:52 -05:00

13 lines
672 B
Markdown

# nixosConfigurations
This directory contains every device's main configuration file, their `hardware-configuration.nix` and some custom modules
unique to them.
## List of my devices
| Name | Model / Specs | Description |
| --------- | ------------- | ------------------------------------------------------------------------------------------------ |
| `android` | OnePlus 9 Pro | [Nix-On-Droid](https://github.com/nix-community/nix-on-droid) configuration for my OnePlus 9 Pro |
$for(attrs/pairs)$
| `$it.key$` | $it.value.hwDesc/nowrap$ | $it.value.roleDesc/nowrap$ |
$endfor$