From 8c45ea84a72dd89ab357475ea5d215c9f667a4f5 Mon Sep 17 00:00:00 2001
From: jiriks74 <jiri@stefka.eu>
Date: Fri, 10 May 2024 17:37:58 +0200
Subject: [PATCH] fix(asciinema): Add notifications support

---
 zsh.nix | 1 +
 1 file changed, 1 insertion(+)

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