Add settings for touchpads

This commit is contained in:
Andreas Zweili 2023-10-03 18:51:12 +02:00
parent f60963e94d
commit a075ef2fcf
1 changed files with 8 additions and 1 deletions

View File

@ -36,7 +36,14 @@ in
displayManager.lightdm.enable = true;
layout = "us";
xkbOptions = "compose:ralt";
libinput.enable = true;
libinput = {
enable = true;
touchpad = {
accelSpeed = "0.3";
disableWhileTyping = true;
scrollMethod = "twofinger";
};
};
};
};