diff options
author | kotontrion <[email protected]> | 2024-10-29 13:51:31 +0100 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-10-29 13:51:31 +0100 |
commit | f6163f12f911d6fe6c2f0b0ba8e9ecb37ccd385d (patch) | |
tree | 6b443d03ba4b553c6187833a1cdb0e3cdc92164b | |
parent | 57f20666e716fde56579b8aa638eed1264f793de (diff) |
docs: add cava
-rw-r--r-- | docs/default.nix | 5 |
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"; |