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 {
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue