10 lines
161 B
Nix
Raw Permalink Normal View History

2023-11-04 02:28:27 +01:00
{ config, inputs, ... }: {
2024-04-14 07:57:07 +02:00
imports = with inputs.hardware.nixosModules;
[
./hardware.nix
# common-cpu-intel
# common-gpu-intel
];
2023-11-04 02:28:27 +01:00
}