Update mail package set.
This commit is contained in:
parent
51f1c74dc2
commit
f0fc250116
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue