diff --git a/modules/system/defaults/GlobalPreferences.nix b/modules/system/defaults/GlobalPreferences.nix index 32841bede..a9758022a 100644 --- a/modules/system/defaults/GlobalPreferences.nix +++ b/modules/system/defaults/GlobalPreferences.nix @@ -22,10 +22,10 @@ in { mkOption { type = types.nullOr floatWithDeprecationError; default = null; - example = -1; + example = -1.0; description = lib.mdDoc '' Sets the mouse tracking speed. Found in the "Mouse" section of - "System Preferences". Set to -1 to disable mouse acceleration. + "System Preferences". Set to -1.0 to disable mouse acceleration. ''; }; };