From cfe75c123987eb41840dde111e9559aa46a441c7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 7 Oct 2024 17:43:51 +0100 Subject: [PATCH] Update calendar primaryCollection --- system/home/calendar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/calendar/default.nix b/system/home/calendar/default.nix index 35926808..2929f3d9 100644 --- a/system/home/calendar/default.nix +++ b/system/home/calendar/default.nix @@ -26,7 +26,7 @@ in { primary = true; - primaryCollection = "calendar"; + primaryCollection = "personal"; local = { type = "filesystem"; fileExt = ".ics";