home: disable cava until build failure is fixed

This commit is contained in:
ooks-io 2024-11-22 11:15:25 +11:00
parent 4ac9af3ca8
commit 6652e534a4

View file

@ -73,7 +73,7 @@ in {
}; };
cava = { cava = {
enable = true; enable = false; # FIX ME!!!
settings = { settings = {
general.framerate = 60; general.framerate = 60;
color = { color = {
@ -131,12 +131,12 @@ in {
command "${getExe pkgs.spotify-player}" command "${getExe pkgs.spotify-player}"
focus true focus true
} }
pane name="Visualizer" { //pane name="Visualizer" {
borderless false // borderless false
split_direction "horizontal" // split_direction "horizontal"
size "20%" // size "20%"
command "${getExe pkgs.cava}" // command "cava"
} //}
} }
} }
''; '';