about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-28 23:50:35 +0200
committerSoispha <soispha@vhack.eu>2023-08-28 23:51:59 +0200
commit266679a7e8a02ea2aedc9171d33bc59e5cb05ee5 (patch)
tree7cb7b241b7388f5b2a76f6696159082b6e681194 /hm/soispha/pkgs/default.nix
parentFix(hm/conf/alacritty/bell): Enable and add command (diff)
downloadnixos-config-266679a7e8a02ea2aedc9171d33bc59e5cb05ee5.zip
Fix(hm/pkgs): Add notify-send, as alacritty needs it
Diffstat (limited to '')
-rw-r--r--hm/soispha/pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix
index c8135d21..e8b105ca 100644
--- a/hm/soispha/pkgs/default.nix
+++ b/hm/soispha/pkgs/default.nix
@@ -73,6 +73,7 @@ with pkgs; let
 
       Media = [
         wf-recorder # Screen recorder
+        libnotify # a command to send a notification
       ];
     };