about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/katara.nix2
-rw-r--r--machines/profpatsch/pkgs.nix4
2 files changed, 4 insertions, 2 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 9c09d35d..07e6c6c6 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -166,7 +166,7 @@ in {
         newsbeuter           # RSS/Atom feed reader
         networkmanagerapplet # NetworkManager status bar widget
         pass                 # standard unix password manager
-        poezio               # CLI XMPP client
+        myPkgs.poezio               # CLI XMPP client
         poppler_utils        # pdfto*
         ranger               # CLI file browser
         remind               # calender & reminder program
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; }