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
Add a link
Reference in a new issue