1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

fix: type

This commit is contained in:
sxyazi 2023-05-27 00:37:51 +08:00
parent 0ad226e8c3
commit 7bf15660ca
No known key found for this signature in database

View file

@ -6,7 +6,7 @@ with lib;
options = {
system.defaults.universalaccess.mouseDriverCursorSize = mkOption {
type = types.nullOr float;
type = types.nullOr types.float;
default = null;
example = 1.5;
description = ''