diff options
author | makefu <github@syntax-fehler.de> | 2015-08-25 16:56:58 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-08-25 16:56:58 +0200 |
commit | 15831d4d06f121ce3636c1e5f0b0ca79925862ac (patch) | |
tree | 6d0de52e29a186510e0963f85d8706391d6b3697 /makefu/2configs/exim-retiolum.nix | |
parent | beb81c11d29fa2d18065d89848b68e54d083c0b5 (diff) |
makefu: add laptop utils
Diffstat (limited to 'makefu/2configs/exim-retiolum.nix')
-rw-r--r-- | makefu/2configs/exim-retiolum.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/exim-retiolum.nix b/makefu/2configs/exim-retiolum.nix index fc570ba97..cebfd7cea 100644 --- a/makefu/2configs/exim-retiolum.nix +++ b/makefu/2configs/exim-retiolum.nix @@ -6,6 +6,9 @@ with lib; environment.systemPackages = with pkgs; [ msmtp mutt-kz + notmuch + # TODO: put this somewhere else + offlineimap ]; } |