diff --git a/modules/home/desktop/notification-daemon/default.nix b/modules/home/desktop/notification-daemon/default.nix index c6bb63f..bef691a 100644 --- a/modules/home/desktop/notification-daemon/default.nix +++ b/modules/home/desktop/notification-daemon/default.nix @@ -5,7 +5,9 @@ home.sessionVariables.NOTIFICATION_DAEMON = "mako"; services.mako = { enable = true; - settings = { }; + settings = { + default-timeout = 10000; + }; }; }) ];