summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/mail-client.nix
blob: 793daa6f81a16a473f5c277ed9a53e8e4d6435ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ config, lib, pkgs, ... }:

with config.krebs.lib;
{
  environment.systemPackages = with pkgs; [
    abook
    gnupg
    imapfilter
    msmtp
    mutt-kz
    notmuch
    offlineimap
    openssl
    w3m
  ];
}