diff options
author | tv <tv@shackspace.de> | 2015-07-16 05:23:13 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-07-16 05:23:13 +0200 |
commit | 813775b1a7ca81ca28dec7dd4a306b82457037a8 (patch) | |
tree | d955a26ce521022232736644b901b7a716aba411 | |
parent | 50e310c022739d2c11bdd640136c7f6dfe2c9ce4 (diff) |
1 tv wu: import 2 tv mail-client
-rw-r--r-- | 1systems/tv/wu.nix | 1 | ||||
-rw-r--r-- | 2configs/tv/mail-client.nix | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix index 2645b8c2c..f3662d50a 100644 --- a/1systems/tv/wu.nix +++ b/1systems/tv/wu.nix @@ -10,6 +10,7 @@ with lib; ../../2configs/tv/exim-retiolum.nix ../../2configs/tv/git-public.nix # TODO git-private.nix + ../../2configs/tv/mail-client.nix ../../2configs/tv/xserver.nix ../../2configs/tv/synaptics.nix # TODO w110er if xserver is enabled { diff --git a/2configs/tv/mail-client.nix b/2configs/tv/mail-client.nix new file mode 100644 index 000000000..00f9a961a --- /dev/null +++ b/2configs/tv/mail-client.nix @@ -0,0 +1,14 @@ +{ pkgs, ... }: + +with import ../../Zpkgs/tv { inherit pkgs; }; + +{ + environment.systemPackages = [ + much + msmtp + notmuch + pythonPackages.alot + qprint + w3m + ]; +} |