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

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

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