From 4641875a6204cf852fba341b5ac338dd7fa37940 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 30 Jun 2025 15:06:11 -0400 Subject: [PATCH] Set lappy hyprpanel cava framerate to 120. Fix compilation error. --- nodes/hosts/lappy/home/jay/home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nodes/hosts/lappy/home/jay/home.nix b/nodes/hosts/lappy/home/jay/home.nix index c9c2d50..97ef45a 100644 --- a/nodes/hosts/lappy/home/jay/home.nix +++ b/nodes/hosts/lappy/home/jay/home.nix @@ -10,6 +10,14 @@ }; }; }; + + bar = { + customModules = { + cava = { + framerate = 120; + }; + }; + }; }; };