chore: modularization, factorization

This commit is contained in:
Henri Saudubray 2026-01-21 00:10:30 +01:00
parent 6aa29a5f50
commit 8c7e350325
7 changed files with 40 additions and 94 deletions

View file

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