ooknet/nixos/modules/host/hardware/cpu/default.nix
2024-06-11 22:37:17 +12:00

6 lines
53 B
Nix

{
imports = [
./amd.nix
./intel.nix
];
}