about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/katara.nix')
-rw-r--r--machines/profpatsch/katara.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 68ad7b08..83dd4c93 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -1,7 +1,8 @@
 { config, pkgs, unfreeAndNonDistributablePkgs, lib, ... }:
 let
 
-  myPkgs = import ./pkgs.nix { inherit pkgs lib; };
+  myLib  = import ./lib.nix  { inherit pkgs lib; };
+  myPkgs = import ./pkgs.nix { inherit pkgs lib myLib; };
 
 in {
 
@@ -127,7 +128,6 @@ in {
         myPkgs.mpv           # you are my sun and my stars. and you play my stuff.
         newsbeuter           # RSS/Atom feed reader
         pass                 # standard unix password manager
-        myPkgs.poezio               # CLI XMPP client
         poppler_utils        # pdfto*
         ranger               # CLI file browser
         remind               # calender & reminder program
@@ -135,6 +135,7 @@ in {
         myPkgs.sent          # suckless presentation tool
         pkgs.vuizvui.show-qr-code # display a QR code
         youtube-dl           # download videos
+        myPkgs.xmpp-client   # CLI XMPP Client
         zathura              # pdf viewer
       ];
       mailPkgs = [