stockholm/makefu/2configs/mail-client.nix

15 lines
181 B
Nix
Raw Normal View History

2015-10-20 12:25:49 +00:00
{ config, lib, pkgs, ... }:
2016-02-14 15:43:44 +00:00
with config.krebs.lib;
2015-10-20 12:25:49 +00:00
{
environment.systemPackages = with pkgs; [
msmtp
mutt-kz
notmuch
offlineimap
imapfilter
gnupg
2015-10-20 12:25:49 +00:00
];
}