fix touchpad click

This commit is contained in:
Henri Dohmen 2025-09-23 11:08:57 +02:00
parent 4a2f900c5a
commit 5758556ce9
Signed by: hd
GPG key ID: AB79213B044674AE

View file

@ -16,6 +16,9 @@
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.resumeDevice = "/dev/disk/by-label/nixswap";
# Fix for touchpad physical click not working
boot.kernelParams = [ "psmouse.synaptics_intertouch=0" ];
powerManagement = {
enable = true;
cpuFreqGovernor = "ondemand";