mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
added thinkpad a470
This commit is contained in:
parent
e148ccbecb
commit
1a77057745
1 changed files with 16 additions and 0 deletions
16
lenovo/thinkpad/a475/default.nix
Normal file
16
lenovo/thinkpad/a475/default.nix
Normal 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
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue