2015-08-28 19:31:59 +00:00
|
|
|
{ lib, pkgs, ... }:
|
2015-07-16 03:23:13 +00:00
|
|
|
|
2015-08-28 19:31:59 +00:00
|
|
|
with import ../5pkgs { inherit lib pkgs; };
|
2015-07-16 03:23:13 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
environment.systemPackages = [
|
|
|
|
much
|
|
|
|
msmtp
|
|
|
|
notmuch
|
|
|
|
pythonPackages.alot
|
|
|
|
qprint
|
|
|
|
w3m
|
|
|
|
];
|
|
|
|
}
|