Merge pull request #349 from ilian/x1c9-ssd
thinkpad/x1: import ssd config for relevant models
This commit is contained in:
commit
9e702dedab
|
@ -10,6 +10,7 @@
|
|||
imports = [
|
||||
../.
|
||||
../../../../common/pc/laptop/acpi_call.nix
|
||||
../../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
# New ThinkPads have a different TrackPoint manufacturer/name.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
../.
|
||||
../../../../common/pc/laptop/acpi_call.nix
|
||||
../../../../common/pc/laptop/ssd
|
||||
./audio.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
# This solves lagging noticeable on high-resolution screens.
|
||||
|
|
Loading…
Reference in a new issue