From 72e98a62859075a5328c64612883e4f7c19f4ac2 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Thu, 18 Apr 2024 19:18:54 +0200 Subject: [PATCH] mako time fix --- home-modules/mako.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-modules/mako.nix b/home-modules/mako.nix index e5d5f3f..01ee408 100644 --- a/home-modules/mako.nix +++ b/home-modules/mako.nix @@ -7,10 +7,10 @@ ]; services.mako = { enable = true; - defaultTimeout = 5; + defaultTimeout = 10000; # in ms backgroundColor = "#${rice.color.background}"; textColor = "#${rice.color.foreground}"; borderColor = "#${rice.color.border}"; - font = "#${rice.font.code.name}"; + font = rice.font.code.name; }; } \ No newline at end of file