1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 03:29:45 +01: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 { size = mkOption {
type = types.nullOr types.int; type = types.nullOr types.number;
default = null; default = null;
example = "8"; example = "8";
description = '' description = ''