nixdots/system/shared/hardware/cpu/default.nix

7 lines
56 B
Nix

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