From 1adc174727b3cb22a395ce38409c152338ee647f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 8 Jan 2024 07:52:32 +0000 Subject: [PATCH] Stop using vdirsyncer to have calendar/contacts from ical/vcard Switched to using emacs org-mode fully for keeping an agenda --- home/accounts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/accounts/default.nix b/home/accounts/default.nix index 7ba8f60a..d55cf9ca 100644 --- a/home/accounts/default.nix +++ b/home/accounts/default.nix @@ -1 +1 @@ -{ ... }: { imports = [ ./pass.nix ./email.nix ./calendar.nix ./contact.nix ]; } +{ ... }: { imports = [ ./pass.nix ./email.nix ]; }