From bc0ce002b24473c38e45812d4bf7054a70a175bf Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 19 Dec 2023 15:06:07 +0000 Subject: [PATCH] Add work "Other" calendar --- home/accounts/calendar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/accounts/calendar.nix b/home/accounts/calendar.nix index 77e5c5e7..94226e21 100644 --- a/home/accounts/calendar.nix +++ b/home/accounts/calendar.nix @@ -60,7 +60,7 @@ }; vdirsyncer = { enable = lib.mkDefault emailConfig.mbsync.enable; - collections = [ "Work" "Network" "Operations" ]; + collections = [ "Work" "Network" "Operations" "Other" ]; }; khal = { inherit (vdirsyncer) enable;