add cli syncing of calendars

This commit is contained in:
foosinn 2021-08-17 14:57:16 +02:00
parent e88bd2f565
commit d8189922f6

View file

@ -6,7 +6,9 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
astroid astroid
isync isync
khal
msmtp msmtp
notmuch notmuch
vdirsyncer
]; ];
} }