mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
51ec9ab517
Borrow `t420`'s config since the machines only mainly differ in screen size
8 lines
139 B
Nix
8 lines
139 B
Nix
{
|
|
imports = [
|
|
../.
|
|
../tp-smapi.nix
|
|
../../../common/cpu/intel/sandy-bridge
|
|
../../../common/pc/laptop/acpi_call.nix
|
|
];
|
|
}
|