MyNixOS website logo
option

services.logiops.config

The standard libconfig-style config for LogiOps.

Declarations
Type
attribute set of (libconfig value)
Default
{ }
Example
devices = [
{
    name = "Wireless Mouse MX Master";
    dpi = 1000;
    smartshift =
    {
        on = true;
        threshold = 30;
        torque = 50;
    };
}
];