feat(home): Install cava

This commit is contained in:
punkfairie 2024-10-20 21:23:03 -07:00
parent 1040b97988
commit 8739cabf7e
2 changed files with 17 additions and 0 deletions

16
home/cava/default.nix Normal file
View file

@ -0,0 +1,16 @@
{...}: {
programs.cava = {
enable = true;
rose-pine.enable = true;
# TODO disable this when mpd is not enabled? Can that be detected on non
# NixOS systems?
settings = {
input = {
method = "fifo";
source = "/tmp/mpd.fifo";
};
};
};
}

View file

@ -24,6 +24,7 @@
imports = [
./bat
./btop
./cava
];
# This value determines the Home Manager release that your configuration is