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

8 lines
165 B
Nix

{ ... }: {
# Reference to hardware: https://certification.ubuntu.com/hardware/202004-27844
imports = [
../common.nix
../../../../common/cpu/intel
];
}