From d8189922f64a22ecec8f1430b26e6b3d668d4076 Mon Sep 17 00:00:00 2001 From: foosinn Date: Tue, 17 Aug 2021 14:57:16 +0200 Subject: [PATCH] add cli syncing of calendars --- roles/mail.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/mail.nix b/roles/mail.nix index 403cfd3..0f6f788 100644 --- a/roles/mail.nix +++ b/roles/mail.nix @@ -6,7 +6,9 @@ in { environment.systemPackages = with pkgs; [ astroid isync + khal msmtp notmuch + vdirsyncer ]; }