Skip to content

Commit

Permalink
feat(home): cava (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez authored Dec 29, 2024
1 parent 08251d0 commit cea73bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions home-manager/features/cava.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{ lib, pkgs, ... }:
{
programs.cava = {
enable = true;
settings =
{ }
// lib.optionalAttrs pkgs.stdenv.isDarwin {
# Relies on having Background Music installed!
# Done in hosts/darwin for each host
# <https://github.com/karlstav/cava?tab=readme-ov-file#macos-1>
input = {
method = "portaudio";
source = "Background Music";
};
};
};
}

0 comments on commit cea73bf

Please sign in to comment.