From 8442050078a31f19d4aebd5534c8741c2d6beb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= <30625554+n3oney@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:00:00 +0200 Subject: [PATCH] fix: specify valid default value (#61) --- nix/hm-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 3f60db9..b8d1583 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -76,7 +76,7 @@ in { }; y = mkNumericOption { - default.fraction = 0; + default.fraction = 0.0; description = mdDoc '' The vertical position, works the same as x.