fix touchpad click
This commit is contained in:
parent
4a2f900c5a
commit
5758556ce9
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue