1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/lenovo/thinkpad/x1-nano/default.nix

10 lines
218 B
Nix
Raw Normal View History

{ ... }: {
# Reference to hardware: https://ubuntu.com/certified/202012-28574
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/ssd
];
}