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 = { bar = {
customModules = { customModules = {
cava = { cava = {
framerate = 120; framerate = lib.mkForce 120;
}; };
}; };
}; };