From df6139c3bc29600d49fdf608ce3fdf72c7df4b62 Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Sat, 26 Jul 2025 23:42:08 +0200 Subject: [PATCH] Mako: fixed defaulttimeout --- home/wayland/mako.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }