flake/nixos/modules/hardware/cpu/default.nix

5 lines
46 B
Nix

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