mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
lenovo-thinkpad-x1-nano-gen1: init
Signed-off-by: Burgess Chang <bsc@brsvh.org>
This commit is contained in:
9
lenovo/thinkpad/x1-nano/default.nix
Normal file
9
lenovo/thinkpad/x1-nano/default.nix
Normal 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
|
||||
];
|
||||
}
|
||||
3
lenovo/thinkpad/x1-nano/gen1/default.nix
Normal file
3
lenovo/thinkpad/x1-nano/gen1/default.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{ ... }: {
|
||||
imports = [ ../. ];
|
||||
}
|
||||
Reference in New Issue
Block a user