diff options
Diffstat (limited to 'docs')
-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"; |