lenovo-thinkpad-x1-nano-gen1: init

Signed-off-by: Burgess Chang <bsc@brsvh.org>
This commit is contained in:
Burgess Chang
2023-06-11 01:11:59 +08:00
parent 70d5f55fae
commit a2ca907b42
4 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ ... }: {
# Reference to hardware: https://ubuntu.com/certified/202012-28574
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/ssd
];
}

View File

@@ -0,0 +1,3 @@
{ ... }: {
imports = [ ../. ];
}