mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
Nix/HM module: fix rotate option
This commit is contained in:
parent
84c6282d6a
commit
ad8a1e9b10
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue