nixos/README.md

11 lines
296 B
Markdown

# Nixos configuration
```
.
├── flake.nix // Top-level flake
├── home/ // home-manager configuration
├── hosts/ // host-specific configuration
├── nixos/ // generic system configuration
├── shells/ // generic development shells
└── [...]
```