1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

added thinkpad a470

This commit is contained in:
katsu-chan 2024-04-28 20:57:14 +03:00 committed by Mic92
parent 68d680c1b7
commit 198209e6ac

View File

@ -0,0 +1,16 @@
{ ... }:
{
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
}