mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-26 21:09:42 +01:00
Merge pull request #349 from ilian/x1c9-ssd
thinkpad/x1: import ssd config for relevant models
This commit is contained in:
commit
9e702dedab
3 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue