From 74748f5e1b69c00a80733d857469ffaca836bbdc Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 18 May 2025 22:34:30 +0200 Subject: [PATCH] feat(ymir): fix mako config. --- modules/linux/home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 5c4ba3d..6268178 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -115,7 +115,7 @@ in { services.mako = { enable = true; settings = { - defaultTimeout = 5000; + default-timeout = 5000; layer = "overlay"; width = 200; };