feat: add calendar and contacts modules

This commit is contained in:
Moritz Böhme 2024-12-24 13:24:41 +01:00
parent 93f8b84d73
commit 9f1cf602e5
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 117 additions and 0 deletions

View file

@ -60,6 +60,8 @@ in
realName = "Moritz Böhme";
mbsync.enable = true;
mbsync.create = "both";
mbsync.remove = "both";
mbsync.expunge = "both";
passwordCommand = "${lib.getExe' pkgs.coreutils "cat"} /run/agenix/email";
};
accounts.email.maildirBasePath = "Documents/Mail";