move system to build it

This commit is contained in:
soraefir
2026-06-21 23:30:56 +02:00
parent 5c61353575
commit 9514a3006c
3 changed files with 0 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ config, inputs, ... }: {
imports = with inputs.hardware.nixosModules;
[
./hardware.nix
# common-cpu-intel
# common-gpu-intel
];
}