Refactoring

This commit is contained in:
2026-03-09 20:27:18 +00:00
parent 3c76981dc6
commit 6d89b0c685
10 changed files with 266 additions and 221 deletions

11
system/default.nix Normal file
View File

@@ -0,0 +1,11 @@
{ ... }:
{
imports = [
./boot.nix
./impermanence.nix
./networking.nix
./packages.nix
./services.nix
]
}