diff options
Diffstat (limited to 'makefu/2configs/exim-retiolum.nix')
-rw-r--r-- | makefu/2configs/exim-retiolum.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/makefu/2configs/exim-retiolum.nix b/makefu/2configs/exim-retiolum.nix new file mode 100644 index 000000000..cebfd7cea --- /dev/null +++ b/makefu/2configs/exim-retiolum.nix @@ -0,0 +1,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 + ]; + +} |