diff --git a/shared/nixosModules/style/modules/hyprlock.nix b/shared/nixosModules/style/modules/hyprlock.nix
index d2c48e2..7d9dddc 100644
--- a/shared/nixosModules/style/modules/hyprlock.nix
+++ b/shared/nixosModules/style/modules/hyprlock.nix
@@ -88,7 +88,7 @@ in {
fade_on_empty = false;
# the span elements still use #RRGGBB, so we use scheme directly
- placeholder_text = " Logged in as $USER";
+ placeholder_text = " Logged in as $USER";
hide_input = false;
check_color = base0D;