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