From dc7698afa9e5455bf5ad8aac2820d654cead2b93 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 4 Oct 2024 13:40:59 -0500 Subject: [PATCH] graphical/screenlockers/hyprlock: fix property typo --- .../home/programs/graphical/screenlockers/hyprlock/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/graphical/screenlockers/hyprlock/default.nix b/modules/home/programs/graphical/screenlockers/hyprlock/default.nix index 6b0f0db53..32f6162c1 100644 --- a/modules/home/programs/graphical/screenlockers/hyprlock/default.nix +++ b/modules/home/programs/graphical/screenlockers/hyprlock/default.nix @@ -143,7 +143,7 @@ in font_family = osConfig.${namespace}.system.fonts.default; valign = "center"; halign = "center"; - positino = "15, -350"; + position = "15, -350"; shadow_passes = 1; rotate = "0.000000"; shadow_boost = "1.200000";