stockholm/makefu/2configs/exim-retiolum.nix

15 lines
216 B
Nix
Raw Normal View History

2015-08-17 21:24:37 +00:00
{ config, lib, pkgs, ... }:
with lib;
{
krebs.exim-retiolum.enable = true;
environment.systemPackages = with pkgs; [
msmtp
mutt-kz
2015-08-25 14:56:58 +00:00
notmuch
# TODO: put this somewhere else
offlineimap
2015-08-17 21:24:37 +00:00
];
}