1
0
Fork 0
nixos/pkgsets/mail_utils.nix

13 lines
165 B
Nix
Raw Normal View History

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