diff --git a/home/wayland/mako.nix b/home/wayland/mako.nix index 7ccbfd9..b132e29 100644 --- a/home/wayland/mako.nix +++ b/home/wayland/mako.nix @@ -3,6 +3,6 @@ in { services.mako = { inherit (osConfig.programs.hyprland) enable; - settings.defaultTimeout = 5000; + settings.default_timeout = 5000; }; }