1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-12-27 03:59:45 +01:00
nixos-hardware/lenovo/thinkpad/a475/default.nix
Jörg Thalheim c6c90887f8 drop acpi_call from nixos-hardware
fixes https://github.com/NixOS/nixos-hardware/issues/1114 and tlp also
no longer recommands it.
2024-12-02 12:33:14 +01:00

15 lines
365 B
Nix

{ ... }:
{
imports = [
../../../common/gpu/amd
../../../common/cpu/amd
../../../common/cpu/amd/pstate.nix
../../../common/pc/ssd
../../../common/pc/laptop/hdd
#../../../common/hidpi.nix #hidpi
../.
];
boot.kernelParams = [ "i8042.nomux=1" "i8042.reset" ]; # Fix trackpoint and touchpad working only after reboot
}