Add a profile for the Thinkpad T460

This commit is contained in:
James Earl Douglas
2021-04-19 06:31:26 -07:00
parent 267d8b2d7f
commit dbbd0d4093
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
../.
];
}