1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00

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 = ''