From e56714a057ecfa8b89caeccc23e32c628874ad4a Mon Sep 17 00:00:00 2001 From: anna Date: Wed, 30 Nov 2022 14:46:17 -0600 Subject: [PATCH] types: allow non-integer font sizes --- modules/lib/types.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lib/types.nix b/modules/lib/types.nix index de741b1e..0195bbfc 100644 --- a/modules/lib/types.nix +++ b/modules/lib/types.nix @@ -55,7 +55,7 @@ in rec { }; size = mkOption { - type = types.nullOr types.int; + type = types.nullOr types.number; default = null; example = "8"; description = ''