nixcfg/hardwareModules/cpu/default.nix

13 lines
91 B
Nix

{
config,
inputs,
lib,
pkgs,
...
}: {
imports = [
./amd
./intel
];
}