Add basic support for the thinkpad t470s

This commit is contained in:
Joris Engbers
2019-05-08 23:52:27 +02:00
parent 127dbfd849
commit a5db2c9eaf
2 changed files with 10 additions and 0 deletions

View File

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