diff --git a/modules/home/hyprland/mako/default.nix b/modules/home/hyprland/mako/default.nix index 04d25bd..a2b75fd 100644 --- a/modules/home/hyprland/mako/default.nix +++ b/modules/home/hyprland/mako/default.nix @@ -25,7 +25,7 @@ in services.mako = { enable = true; - bakgroundColor = "#${palette.base00}"; + backgroundColor = "#${palette.base00}"; textColor = "#${palette.base05}"; borderColor = "#${palette.base0D}"; progressColor = "over #${palette.base02}";