nixos-hardware/common/cpu/intel/arrow-lake/cpu-only.nix
Leah Amelia Chen 5655a6c32e
common/cpu/intel: init arrow-lake
In terms of configs, Arrow Lake (Core Ultra 200H series) is essentially
the same as Lunar Lake (Core Ultra 200V series).
2025-07-08 18:19:09 +00:00

6 lines
43 B
Nix

{
imports = [
../cpu-only.nix
];
}