nixos-hardware/lenovo/thinkpad/x13/intel/default.nix

8 lines
165 B
Nix
Raw Normal View History

2024-03-03 19:27:47 +01:00
{ ... }: {
# Reference to hardware: https://certification.ubuntu.com/hardware/202004-27844
imports = [
../common.nix
../../../../common/cpu/intel
];
}