2025-01-21 17:05:47 -05:00
|
|
|
# NixosConfigurations
|
2025-01-20 19:04:05 -05:00
|
|
|
|
|
|
|
This directory contains every device's main configuration file, their `hardware-configuration.nix` and some custom modules
|
|
|
|
unique to them.
|
|
|
|
|
2025-01-20 20:37:52 -05:00
|
|
|
## List of my devices
|
2025-01-20 19:04:05 -05:00
|
|
|
|
|
|
|
| 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$
|