Update mail package set.

This commit is contained in:
Kevin Baensch 2024-11-16 11:24:24 +01:00
parent 51f1c74dc2
commit f0fc250116
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -1,14 +1,15 @@
{ {
config,
pkgs, pkgs,
... ...
}: { }: {
config.machine.pkgsets.mail_utils.pkgs = with pkgs; [ config.machine.pkgsets.mail_utils.pkgs = with pkgs; [
fetchmail aerc
isync abook
pizauth
libsecret # to request passwords from keyring
notmuch
(isync.override { withCyrusSaslXoauth2 = true; })
mailutils mailutils
gitpkgs.mu pandoc # to convert messages
pandoc
postfix
]; ];
} }