🔧 mako reduce timeout
This commit is contained in:
parent
84041ab5a3
commit
690142e363
|
@ -9,7 +9,7 @@ let
|
||||||
in {
|
in {
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultTimeout = 10000;
|
defaultTimeout = 5000;
|
||||||
extraConfig = builtins.readFile "${catppuccin-mako}/src/mocha";
|
extraConfig = builtins.readFile "${catppuccin-mako}/src/mocha";
|
||||||
};
|
};
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
|
|
Loading…
Reference in a new issue