all repos — nixfiles @ 308f036b910b8c548ecd5c9a65dc8b12039a120e

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";
  };
}