[host/trochulus-hispidus] Set flat mouse acceleration

This commit is contained in:
Malte Tammena 2022-03-29 09:53:56 +02:00
parent ff34149740
commit 60b36371f2

View file

@ -27,6 +27,8 @@
desktopManager.gnome.enable = true; desktopManager.gnome.enable = true;
libinput.enable = true; libinput.enable = true;
libinput.mouse.accelProfile = "flat";
libinput.touchpad.accelProfile = "flat";
}; };
# But disable geary in favour of evolution # But disable geary in favour of evolution
programs.geary.enable = false; programs.geary.enable = false;