summaryrefslogtreecommitdiff
path: root/docs/default.nix
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-29 15:09:22 +0100
committerGitHub <[email protected]>2024-10-29 15:09:22 +0100
commit8705ab494f448c508c43c4272b501a3f3bdbac70 (patch)
tree97f3282502524adb11ed75e173f09a8fe20da059 /docs/default.nix
parent7e484188e7492ac7945c854bcc3f26cec1863c91 (diff)
parent078dc047d9fdf6e676134cf92a05e56b868f1ab3 (diff)
Merge pull request #31 from Aylur/feat/cava
new lib: cava
Diffstat (limited to 'docs/default.nix')
-rw-r--r--docs/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/default.nix b/docs/default.nix
index 0d79ce1..1370fc6 100644
--- a/docs/default.nix
+++ b/docs/default.nix
@@ -154,6 +154,13 @@ in
version = ../lib/bluetooth/version;
}}
${genLib {
+ flakepkg = "cava";
+ gir = "Cava";
+ description = "Audio visualization library using cava";
+ version = ../lib/cava/version;
+ authors = "kotontrion";
+ }}
+ ${genLib {
flakepkg = "hyprland";
gir = "Hyprland";
description = "IPC client for Hyprland";