summary refs log tree commit diff stats
path: root/system/settings/hardware/mouse.nix
blob: df57073e704cf254cded45101da8ce776f234ef3 (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

{ 
  services.xserver.libinput = {
    accelProfile = "flat";
    accelSpeed = "0";
  };
}