nixos/README.md

296 B

Nixos configuration

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