hello world!

This commit is contained in:
kenji
2025-12-23 18:43:43 +00:00
parent 73b5b2c9f6
commit b55c662a1b
9 changed files with 49 additions and 32 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
{pkgs, ...}: {
imports = [
./hardware-configuration.nix
../../system/version.nix
../../system/user.nix
../../system/home-manager.nix
../../system/hardware.nix
../../system/services.nix
../../modules/system/default.nix
];
}