Add basic t480s profile

This commit is contained in:
Michael Peyton Jones 2018-06-08 23:54:34 +01:00
parent cbdcc55f37
commit c354d591a7
1 changed files with 9 additions and 0 deletions

View File

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