diff --git a/zsh.nix b/zsh.nix
index a023d1e..c42ec43 100755
--- a/zsh.nix
+++ b/zsh.nix
@@ -171,6 +171,7 @@
 
   home.packages = with pkgs; [
     asciinema # Terminal recording
+    libnotify # Notifications
     websocat # For asciinema v2 streams
 
     tldr