thinkpad/x1: import ssd config for relevant models

This commit is contained in:
ilian 2021-12-19 11:44:09 +01:00
parent 2a7063461c
commit 5bc7087038
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@
imports = [ imports = [
../. ../.
../../../../common/pc/laptop/acpi_call.nix ../../../../common/pc/laptop/acpi_call.nix
../../../../common/pc/laptop/ssd
]; ];
# New ThinkPads have a different TrackPoint manufacturer/name. # New ThinkPads have a different TrackPoint manufacturer/name.

View File

@ -2,6 +2,7 @@
imports = [ imports = [
../. ../.
../../../../common/pc/laptop/acpi_call.nix ../../../../common/pc/laptop/acpi_call.nix
../../../../common/pc/laptop/ssd
./audio.nix ./audio.nix
]; ];
} }

View File

@ -2,6 +2,7 @@
{ {
imports = [ imports = [
../. ../.
../../../../common/pc/laptop/ssd
]; ];
# This solves lagging noticeable on high-resolution screens. # This solves lagging noticeable on high-resolution screens.