services.libinput.mouse.transformationMatrix
NixOS option
A string of 9 space-separated floating point numbers. Sets the transformation matrix to the 3x3 matrix where the first row is (abc), the second row is (def) and the third row is (ghi).
type: null or stringDefault
null
Example
declared in: nixos/modules/services/hardware/libinput.nixView source on NixOS/nixpkgs →"0.5 0 0 0 0.8 0.1 0 0 1"