+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+235
nixos/modules/services/x11/hardware/libinput.nix
+235
nixos/modules/services/x11/hardware/libinput.nix
···+Sets the pointer acceleration profile to the given profile. Permitted values are adaptive, flat.+Not all devices support this option or all profiles. If a profile is unsupported, the default profile+for this is used. For a description on the profiles and their behavior, see the libinput documentation.+Designates a button as scroll button. If the ScrollMethod is button and the button is logically+Sets the send events mode to disabled, enabled, or "disable when an external mouse is connected".+${optionalString (cfg.buttonMapping != null) ''Option "ButtonMapping" "${cfg.buttonMapping}"''}+${optionalString (cfg.calibrationMatrix != null) ''Option "CalibrationMatrix" "${cfg.calibrationMatrix}"''}