1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 08:39:41 +01:00

lenovo-thinkpad-x1-6th-gen: use cpu architecture-specific module

This commit is contained in:
André Silva 2024-10-21 11:35:11 +01:00 committed by mergify[bot]
parent 7495e87753
commit 8140e8252a

View file

@ -9,6 +9,7 @@
{ {
imports = [ imports = [
../. ../.
../../../../common/cpu/intel/kaby-lake
../../../../common/pc/laptop/acpi_call.nix ../../../../common/pc/laptop/acpi_call.nix
../../../../common/pc/laptop/ssd ../../../../common/pc/laptop/ssd
]; ];