feat(homeModules/desktop): make default timeout for mako 10 seconds

This commit is contained in:
Mohammad Rafiq 2025-06-05 19:21:32 +08:00
parent c51bf01f77
commit 67b5913c24
No known key found for this signature in database

View file

@ -5,7 +5,9 @@
home.sessionVariables.NOTIFICATION_DAEMON = "mako"; home.sessionVariables.NOTIFICATION_DAEMON = "mako";
services.mako = { services.mako = {
enable = true; enable = true;
settings = { }; settings = {
default-timeout = 10000;
};
}; };
}) })
]; ];