1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-08-08 04:27:48 +02:00
nixos-hardware/lenovo/thinkpad/a475/default.nix

17 lines
409 B
Nix
Raw Normal View History

2024-04-28 19:57:14 +02:00
{ ... }:
{
imports = [
../../../common/gpu/amd
../../../common/cpu/amd
../../../common/cpu/amd/pstate.nix
../../../common/pc/laptop/acpi_call.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
}