NixOS configuration
- Nix 73.4%
- Go Template 23.5%
- CSS 3.1%
| home | ||
| hosts | ||
| nixos | ||
| shells | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Nixos configuration
.
├── flake.nix // Top-level flake
├── home/ // home-manager configuration
├── hosts/ // host-specific configuration
├── nixos/ // generic system configuration
├── shells/ // generic development shells
└── [...]