types: allow non-integer font sizes
This commit is contained in:
parent
2b02f8c7cb
commit
e56714a057
|
@ -55,7 +55,7 @@ in rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
size = mkOption {
|
size = mkOption {
|
||||||
type = types.nullOr types.int;
|
type = types.nullOr types.number;
|
||||||
default = null;
|
default = null;
|
||||||
example = "8";
|
example = "8";
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue