Nix/HM module: fix rotate option

This commit is contained in:
bvr-yr 2024-03-29 22:21:18 +03:00 committed by Mihai Fufezan
parent 84c6282d6a
commit ad8a1e9b10
1 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ in {
rotate = mkOption { rotate = mkOption {
description = "Image rotation angle"; description = "Image rotation angle";
type = float; type = float;
default = 0; default = 0.0;
}; };
position = { position = {
@ -480,7 +480,7 @@ in {
rotate = mkOption { rotate = mkOption {
description = "Label rotation angle"; description = "Label rotation angle";
type = float; type = float;
default = 0; default = 0.0;
}; };
position = { position = {