services.libinput.mouse.accelPointsFallback

NixOS option

Sets the points of the fallback acceleration function. The value must be a list of floating point non-negative numbers. This only applies to the custom profile.

type: null or (list of (signed integer or floating point number))
Default
null
Example
[
  0.0
  1.0
  2.4
  2.5
]
declared in: nixos/modules/services/hardware/libinput.nixView source on NixOS/nixpkgs →