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
+  ];
+}