summaryrefslogtreecommitdiff
path: root/docs/default.nix
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-11-02 23:53:41 +0100
committerAylur <[email protected]>2024-11-02 23:57:22 +0100
commitcdaf8905ac3d566284719a29af6e4eddc10bb857 (patch)
tree6bd3ffc4848cae29dede4c489c8b5f5a17d0e085 /docs/default.nix
parent031321b3f418369a6c4ce578ba2673b7631117c1 (diff)
parentd47b470f68a8e5f2d19f32fbfb1de95752ba8eb8 (diff)
Merge branch 'main' into feat/gtk4
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";