diff options
author | Soispha <soispha@vhack.eu> | 2023-08-28 23:50:35 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-28 23:51:59 +0200 |
commit | 266679a7e8a02ea2aedc9171d33bc59e5cb05ee5 (patch) | |
tree | 7cb7b241b7388f5b2a76f6696159082b6e681194 /hm/soispha/pkgs/default.nix | |
parent | Fix(hm/conf/alacritty/bell): Enable and add command (diff) | |
download | nixos-config-266679a7e8a02ea2aedc9171d33bc59e5cb05ee5.zip |
Fix(hm/pkgs): Add notify-send, as alacritty needs it
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 1 |
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 ]; }; |