🔧 mako reduce timeout

This commit is contained in:
Laureηt 2023-04-23 20:24:15 +02:00
parent 84041ab5a3
commit 690142e363
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -9,7 +9,7 @@ let
in {
services.mako = {
enable = true;
defaultTimeout = 10000;
defaultTimeout = 5000;
extraConfig = builtins.readFile "${catppuccin-mako}/src/mocha";
};
wayland.windowManager.sway = {