From 6e25f42def592868880b5ca3643ec692ca631fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 10 Jan 2026 07:00:47 +0100 Subject: [PATCH] mako: timeout after 10 seconds --- configs/graphical/home-manager.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/graphical/home-manager.nix b/configs/graphical/home-manager.nix index fb44f84..786937b 100644 --- a/configs/graphical/home-manager.nix +++ b/configs/graphical/home-manager.nix @@ -111,7 +111,10 @@ let language = greek; in { - services.mako.enable = true; + services.mako = { + enable = true; + settings.default-timeout = 10 * 1000; + }; services.hyprsunset.enable = true;