1 tv wu: import 2 tv mail-client

This commit is contained in:
tv 2015-07-16 05:23:13 +02:00
parent 50e310c022
commit 813775b1a7
2 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,7 @@ with lib;
../../2configs/tv/exim-retiolum.nix ../../2configs/tv/exim-retiolum.nix
../../2configs/tv/git-public.nix ../../2configs/tv/git-public.nix
# TODO git-private.nix # TODO git-private.nix
../../2configs/tv/mail-client.nix
../../2configs/tv/xserver.nix ../../2configs/tv/xserver.nix
../../2configs/tv/synaptics.nix # TODO w110er if xserver is enabled ../../2configs/tv/synaptics.nix # TODO w110er if xserver is enabled
{ {

View File

@ -0,0 +1,14 @@
{ pkgs, ... }:
with import ../../Zpkgs/tv { inherit pkgs; };
{
environment.systemPackages = [
much
msmtp
notmuch
pythonPackages.alot
qprint
w3m
];
}