From 527714b0a61711c20bf7e94584cd2626a6d916f5 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 30 Jun 2025 15:11:23 -0400 Subject: [PATCH] Force cava framerate for lappy to compile. --- nodes/hosts/lappy/home/jay/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/hosts/lappy/home/jay/home.nix b/nodes/hosts/lappy/home/jay/home.nix index 97ef45a..f095f47 100644 --- a/nodes/hosts/lappy/home/jay/home.nix +++ b/nodes/hosts/lappy/home/jay/home.nix @@ -14,7 +14,7 @@ bar = { customModules = { cava = { - framerate = 120; + framerate = lib.mkForce 120; }; }; };