diff --git a/home-manager/home.nix b/home-manager/home.nix index e38a22b..d30527a 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -149,22 +149,20 @@ in } ]; input-field = [ - { - rounding = "${CORNER_RADIUS}"; - size = "200, 50"; - position = "0, 0"; - dots_rounding = "${CORNER_RADIUS}"; - dots_center = true; - fade_on_empty = true; - font_color = "${FG}"; - inner_color = "${FG}"; - outer_color = "${ACCENT}"; - outline_thickness = "${BORDER_WIDTH}"; - placeholder_text = "Password..."; - fail_text = "😬 Oooooh that was wrong mate!⚠️"; - shadow_size = 3; - shadow_color = "${FG}"; - } + { + rounding = "${CORNER_RADIUS}"; + size = "200, 50"; + position = "0, 0"; + dots_rounding = "${CORNER_RADIUS}"; + dots_center = true; + fade_on_empty = true; + font_color = "${FG}"; + inner_color = "${FG}"; + outer_color = "${ACCENT}"; + outline_thickness = "${BORDER_WIDTH}"; + placeholder_text = "Password..."; + fail_text = "😬 Oooooh that was wrong mate!⚠️"; + } ]; }; };