mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
thinkpad/x1: import ssd config for relevant models
This commit is contained in:
parent
2a7063461c
commit
5bc7087038
3 changed files with 3 additions and 0 deletions
|
@ -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