From 81d78201a2535c96bab27a0a31417df7c579cb45 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; }; }; };