disable mouse acceleration

This commit is contained in:
♥ Minnie ♥ 2023-06-03 11:17:29 +08:00
parent 7f3a92fb14
commit 5882c19109

View file

@ -202,6 +202,13 @@
enable = true;
layout = "au";
videoDrivers = [ "amdgpu" ];
libinput = {
enable = true;
mouse = {
# Disable mouse acceleration.
accelProfile = "flat";
};
};
displayManager.startx.enable = true;
};