diff --git a/system/options.nix b/system/options.nix index fe3a1fc3800..c60044e85ae 100644 --- a/system/options.nix +++ b/system/options.nix @@ -1232,11 +1232,11 @@ }; minSpeed = mkOption { default = "0.06"; - description = "TODO"; + description = "Cursor speed factor for precision finger motion"; }; maxSpeed = mkOption { default = "0.12"; - description = "TODO"; + description = "Cursor speed factor for highest-speed finger motion"; }; };