Add Lenovo ThinkPad T420 profile

This commit is contained in:
Oleksii Filonenko
2019-11-02 12:52:58 +02:00
committed by Emery Hemingway
parent 5316e919c8
commit 5575153e2d
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
];
}