Add basic support for the thinkpad t550

This commit is contained in:
Gaute Ravndal
2021-10-09 16:46:22 +02:00
parent bf45d0fa08
commit 3c474df279
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../.
];
}