Force cava framerate for lappy to compile.

This commit is contained in:
jay
2025-06-30 15:11:23 -04:00
parent 4641875a62
commit 8715b6274f

View File

@@ -14,7 +14,7 @@
bar = {
customModules = {
cava = {
framerate = 120;
framerate = lib.mkForce 120;
};
};
};