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
No known key found for this signature in database
GPG key ID: 68FFA9882799E920
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
../.
];
}