From 3566d3e83a567abb77220a727910cbee26c2259e Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 13 Jan 2025 08:59:51 +0300 Subject: [PATCH] Thunderbird: Notify 5 mins before the event. --- home/program/thunderbird/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/program/thunderbird/default.nix b/home/program/thunderbird/default.nix index 5d0fed5..e281bb8 100644 --- a/home/program/thunderbird/default.nix +++ b/home/program/thunderbird/default.nix @@ -27,7 +27,8 @@ "pdfjs.enabledCache.state" = false; "browser.download.useDownloadDir" = true; "calendar.view-minimonth.showWeekNumber" = false; - "calendar.notifications.times" = "-PT2M,-PT15M,-PT60M"; + # "calendar.notifications.times" = "-PT2M,-PT15M,-PT60M"; + "calendar.notifications.times" = "-PT5M"; }; # ISSUE: https://github.com/nix-community/home-manager/issues/5775