summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/exim-retiolum.nix
blob: cebfd7cea5c348dd3172739a199513fd5a4a11ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ config, lib, pkgs, ... }:

with lib;
{
  krebs.exim-retiolum.enable = true;
  environment.systemPackages = with pkgs; [
    msmtp
    mutt-kz
    notmuch
    # TODO: put this somewhere else
    offlineimap
  ];

}