diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-10 17:59:55 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-10 17:59:55 -0500 |
| commit | 5570be9c9c64e0ba2474d73c2b6b23508b916fd6 (patch) | |
| tree | 53e2f7939b668a50d8f51f857a8659989de85c2b /README.md | |
| parent | 488bd4b5c08d6fe9c44b0fa5cd3750265c2be482 (diff) | |
custom function for system creation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,8 +1,12 @@ # dotfiles -My NixOS configurations. +My NixOS configurations. Now featuring +[`disko`](https://github.com/nix-community/disko)! Structure: -- `common`: Shared system configurations -- `hosts`: Host-specific system configurations -- `user`: Home manager configurations +- `common/`: Shared system configurations +- `modules/`: Custom NixOS modules + - `modules/user/` Custom Home Manager modules +- `hosts/<name>/`: System-specific configuration files +- `user/`: User configuration + - `user/home/`: Home Manager configurations |
