summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-10-29 13:51:31 +0100
committerkotontrion <[email protected]>2024-10-29 13:51:31 +0100
commitf6163f12f911d6fe6c2f0b0ba8e9ecb37ccd385d (patch)
tree6b443d03ba4b553c6187833a1cdb0e3cdc92164b
parent57f20666e716fde56579b8aa638eed1264f793de (diff)
docs: add cava
-rw-r--r--docs/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/default.nix b/docs/default.nix
index 0d79ce1..d61e215 100644
--- a/docs/default.nix
+++ b/docs/default.nix
@@ -153,6 +153,11 @@ in
description = "DBus proxy for bluez";
version = ../lib/bluetooth/version;
}}
+ ${genLib "cava" "Cava" {
+ description = "Audio visualization library using cava";
+ version = ../lib/cava/version;
+ authors = "kotontrion";
+ }}
${genLib {
flakepkg = "hyprland";
gir = "Hyprland";