This commit is contained in:
kenji
2025-12-22 09:32:38 -06:00
parent ec424cd6d8
commit 420d4f173c
11 changed files with 168 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{pkgs, ...}: {
imports = [
../../system/version.nix
../../system/user.nix
../../system/home-manager.nix
../../system/hardware.nix
../../system/services.nix
];
}