about summary refs log tree commit diff
path: root/pkgs/aszlig/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-06-21 04:28:50 +0200
committeraszlig <aszlig@nix.build>2019-06-21 04:46:26 +0200
commitf33d5617c08f8378433d00f18e9f0bb7136ca5ad (patch)
tree25aa6a7d966173a794e79f217c39a0d19d49f196 /pkgs/aszlig/default.nix
parentad7db89ba40a65e5a5a39b333ae3e3ee19b325c0 (diff)
pkgs/aszlig: Add custom Psi XMPP client
This is from the current 2.0 development version and has most of my own
configuration preferences built-in.

Right now, the theming is pretty much a work in progress and the chat
input currently shows black text on dark grey background, which is quite
a nuisance to use.

Another thing that's currently not working (or just for a very short
amount of time) are window manager urgency hints.

Nevertheless however, I'm already using it as my main XMPP client
despite these issues.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig/default.nix')
-rw-r--r--pkgs/aszlig/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/aszlig/default.nix b/pkgs/aszlig/default.nix
index 70c6ff9d..74b00072 100644
--- a/pkgs/aszlig/default.nix
+++ b/pkgs/aszlig/default.nix
@@ -8,6 +8,7 @@
   grandpa = callPackage ./grandpa { };
   librxtx_java = callPackage ./librxtx-java { };
   lockdev = callPackage ./lockdev { };
+  psi = callPackage ./psi { };
   pvolctrl = callPackage ./pvolctrl { };
   santander = callPackage_i686 ./santander { };
   vim = callPackage ./vim { vim = vim_configurable; };