nixos-config/modules/cpu/default.nix

6 lines
39 B
Nix
Raw Normal View History

2020-12-05 16:00:34 +01:00
{
imports = [
./intel.nix
];
}