Force cava framerate for lappy to compile.

This commit is contained in:
jay
2025-06-30 19:47:12 -04:00
parent 4641875a62
commit 8715b6274f
+1 -1
View File
@@ -14,7 +14,7 @@
bar = { bar = {
customModules = { customModules = {
cava = { cava = {
framerate = 120; framerate = lib.mkForce 120;
}; };
}; };
}; };