types: allow non-integer font sizes

This commit is contained in:
anna 2022-11-30 14:46:17 -06:00 committed by Robert Helgesson
parent 2b02f8c7cb
commit e56714a057
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -55,7 +55,7 @@ in rec {
};
size = mkOption {
type = types.nullOr types.int;
type = types.nullOr types.number;
default = null;
example = "8";
description = ''