Force cava framerate for lappy to compile.

This commit is contained in:
jay
2025-06-30 15:11:23 -04:00
parent 535071dc2c
commit 527714b0a6

View File

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