add readme

This commit is contained in:
2026-03-09 11:11:13 +00:00
parent 499d0a4b4a
commit 792181fe1d
+22
View File
@@ -0,0 +1,22 @@
# nixos-config
NixOS configuration using a dendritic structure — `flake.nix` at the root, with modules branching out under `modules/`.
```
.
├── flake.nix
├── hardware-configuration.nix
└── modules/
├── browsers.nix
├── gaming.nix
├── packages.nix
├── shell.nix
├── ui.nix
└── ...
```
## Usage
```bash
sudo nixos-rebuild switch --flake .
```