all repos — nixfiles @ 5c839daa8456e3c9b9451022047c6aee905108fa

System and user configuration, managed by nix and home-manager

system/settings/hardware/mouse.nix (view raw)

1
2
3
4
5
6
7
8
{ config, pkgs, ... }:

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