Adds support for Thinkpad T460p

This commit is contained in:
Mark K Gardner 2022-07-15 08:36:55 -04:00
parent e3259b25eb
commit b19015a0ba
No known key found for this signature in database
GPG key ID: ADA6653FF2AFF753
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
../.
];
}