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,
...
}: {
config.machine.pkgsets.mail_utils.pkgs = with pkgs; [
fetchmail
isync
aerc
abook
pizauth
libsecret # to request passwords from keyring
notmuch
(isync.override { withCyrusSaslXoauth2 = true; })
mailutils
gitpkgs.mu
pandoc
postfix
pandoc # to convert messages
];
}