1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-16 11:31:39 +02:00
nixos-hardware/lenovo/thinkpad/x1-extreme/default.nix
K900 1788d8f74e
lenovo/thinkpad/x1-extreme: remove acpi_call
It's deprecated and doesn't work correctly anyway. Recent firmwares can power the GPU off if it drops off the bus, which can be forced with udev rules.
2022-10-02 12:50:42 +03:00

7 lines
96 B
Nix

{
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/ssd
];
}