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:
parent
0ad226e8c3
commit
7bf15660ca
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue