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

with import ../5pkgs { inherit lib pkgs; };

{
  environment.systemPackages = [
    much
    msmtp
    notmuch
    pythonPackages.alot
    qprint
    w3m
  ];
}