install cava
This commit is contained in:
parent
a1d5b5a23b
commit
186901ff91
14
home-manager/sajenim/features/desktop/cava/default.nix
Normal file
14
home-manager/sajenim/features/desktop/cava/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{...}: {
|
||||||
|
programs.cava = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
general.framerate = 60;
|
||||||
|
input.method = "pulse";
|
||||||
|
smoothing.noise_reduction = 88;
|
||||||
|
color = {
|
||||||
|
background = "'#1d2021'";
|
||||||
|
foreground = "'#d4be98'";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -6,6 +6,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./discord
|
./discord
|
||||||
./dunst
|
./dunst
|
||||||
|
./cava
|
||||||
./irc
|
./irc
|
||||||
./mpd
|
./mpd
|
||||||
./picom
|
./picom
|
||||||
|
|
Loading…
Reference in a new issue