about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 68915fdb..c1b2c271 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -52,5 +52,7 @@ let
       '';
   });
 
+  poezio = pkgs.python34Packages.poezio;
+
 in
-{ inherit taffybar offlineimap sent mpv beets git-annex; }
+{ inherit taffybar offlineimap sent mpv beets git-annex poezio; }