summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/defaults/GlobalPreferences.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/defaults/GlobalPreferences.nix b/modules/system/defaults/GlobalPreferences.nix
index 32841be..a975802 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.
'';
};
};