mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
GlobalPreferences: fix mouse scaling example
This commit is contained in:
parent
8a8321271f
commit
f6cf46f7bc
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue