mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-27 05:19:43 +01:00
add w520 ( copy of t520 )
This commit is contained in:
parent
01467901ec
commit
ce93797a42
2 changed files with 9 additions and 0 deletions
|
@ -143,6 +143,7 @@
|
||||||
lenovo-thinkpad-t490 = import ./lenovo/thinkpad/t490;
|
lenovo-thinkpad-t490 = import ./lenovo/thinkpad/t490;
|
||||||
lenovo-thinkpad-t495 = import ./lenovo/thinkpad/t495;
|
lenovo-thinkpad-t495 = import ./lenovo/thinkpad/t495;
|
||||||
lenovo-thinkpad-t520 = import ./lenovo/thinkpad/t520;
|
lenovo-thinkpad-t520 = import ./lenovo/thinkpad/t520;
|
||||||
|
lenovo-thinkpad-w520 = import ./lenovo/thinkpad/w520;
|
||||||
lenovo-thinkpad-t550 = import ./lenovo/thinkpad/t550;
|
lenovo-thinkpad-t550 = import ./lenovo/thinkpad/t550;
|
||||||
lenovo-thinkpad-t590 = import ./lenovo/thinkpad/t590;
|
lenovo-thinkpad-t590 = import ./lenovo/thinkpad/t590;
|
||||||
lenovo-thinkpad-x1 = import ./lenovo/thinkpad/x1;
|
lenovo-thinkpad-x1 = import ./lenovo/thinkpad/x1;
|
||||||
|
|
8
lenovo/thinkpad/w520/default.nix
Normal file
8
lenovo/thinkpad/w520/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../.
|
||||||
|
../tp-smapi.nix
|
||||||
|
../../../common/cpu/intel/sandy-bridge
|
||||||
|
../../../common/pc/laptop/acpi_call.nix
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue