Skip to content

Commit

Permalink
Merge pull request #839 from khaneliman/mouse-scaling
Browse files Browse the repository at this point in the history
GlobalPreferences: fix mouse scaling example
  • Loading branch information
Enzime authored Dec 29, 2023
2 parents 8a83212 + f6cf46f commit 0a3afdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/system/defaults/GlobalPreferences.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
};
};
Expand Down

0 comments on commit 0a3afdc

Please sign in to comment.