services.libinput.mouse.additionalOptions

NixOS option

Additional options for libinput mouse driver. See libinput(4) for available options.“;

type: strings concatenated with "\n"
Default
""
Example
''
  Option "DragLockButtons" "L1 B1 L2 B2"
''
declared in: nixos/modules/services/hardware/libinput.nixView source on NixOS/nixpkgs →