From 266679a7e8a02ea2aedc9171d33bc59e5cb05ee5 Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 28 Aug 2023 23:50:35 +0200 Subject: Fix(hm/pkgs): Add notify-send, as alacritty needs it --- hm/soispha/pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }; -- cgit 1.4.1