nixos/pkgsets/mail_utils.nix

15 lines
170 B
Nix
Raw Permalink Normal View History

2021-10-28 09:46:12 +02:00
{
2023-09-11 20:23:04 +02:00
config,
pkgs,
...
}: {
config.machine.pkgsets.mail_utils.pkgs = with pkgs; [
fetchmail
isync
mailutils
gitpkgs.mu
pandoc
postfix
];
}