lenovo/thinkpad/t450s: init

This commit is contained in:
Lorenzo Manacorda
2018-10-14 00:54:06 +02:00
parent 78a1e6168f
commit 78ea74365a
3 changed files with 11 additions and 0 deletions

View File

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