From ad8a1e9b106ff3e776e78b7a70938146fcd1f7b8 Mon Sep 17 00:00:00 2001 From: bvr-yr <130279855+bvr-yr@users.noreply.github.com> Date: Fri, 29 Mar 2024 22:21:18 +0300 Subject: [PATCH] Nix/HM module: fix rotate option --- nix/hm-module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 599b12b..61ba8cd 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -222,7 +222,7 @@ in { rotate = mkOption { description = "Image rotation angle"; type = float; - default = 0; + default = 0.0; }; position = { @@ -480,7 +480,7 @@ in { rotate = mkOption { description = "Label rotation angle"; type = float; - default = 0; + default = 0.0; }; position = {