From 1a770577450681a835733a0f50a87a71ff5e4ee0 Mon Sep 17 00:00:00 2001 From: katsu-chan <44003480+katsu-chan@users.noreply.github.com> Date: Sun, 28 Apr 2024 20:57:14 +0300 Subject: [PATCH] added thinkpad a470 --- lenovo/thinkpad/a475/default.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lenovo/thinkpad/a475/default.nix diff --git a/lenovo/thinkpad/a475/default.nix b/lenovo/thinkpad/a475/default.nix new file mode 100644 index 0000000..4f04453 --- /dev/null +++ b/lenovo/thinkpad/a475/default.nix @@ -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 +} +