✨ feat(home): Install cava
This commit is contained in:
parent
1040b97988
commit
8739cabf7e
2 changed files with 17 additions and 0 deletions
16
home/cava/default.nix
Normal file
16
home/cava/default.nix
Normal 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";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -24,6 +24,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./bat
|
./bat
|
||||||
./btop
|
./btop
|
||||||
|
./cava
|
||||||
];
|
];
|
||||||
|
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
|
|
Loading…
Reference in a new issue