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,
|
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
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue