services.logiops.config
NixOS option
The standard libconfig-style config for LogiOps.
type: attribute set of (libconfig value)Default
{ }Example
declared in: nixos/modules/services/hardware/logiops.nixView source on NixOS/nixpkgs →devices = [
{
name = "Wireless Mouse MX Master";
dpi = 1000;
smartshift =
{
on = true;
threshold = 30;
torque = 50;
};
}
];