1
0
Fork 0
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:
Austin Horstman 2023-12-29 14:08:34 -06:00
parent 8a8321271f
commit f6cf46f7bc
No known key found for this signature in database

View file

@ -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.
'';
};
};