Add support for ssd to Lenovo ThinkPad T480

This commit is contained in:
matthewcroughan 2022-11-11 13:43:35 +00:00
parent 062c3cca46
commit 435a9c6526

View file

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