From c629ede75e80848d05e9cc68ec5544fe66b32e3b Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Fri, 3 Jan 2025 16:39:55 -0800
Subject: Add CLAP path

---
 home/nipsy/common/core/zsh/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/home/nipsy/common/core/zsh/default.nix b/home/nipsy/common/core/zsh/default.nix
index 5bd6338..25220a8 100644
--- a/home/nipsy/common/core/zsh/default.nix
+++ b/home/nipsy/common/core/zsh/default.nix
@@ -19,6 +19,7 @@
     in {
       _JAVA_AWT_WM_NONREPARENTING = 1; # fix stupid broken Java shit
       BROWSER = "firefox";
+      CLAP_PATH = makePluginPath "clap";
       COLORFGBG = ";0";
       #COLORFGBG = "green;blue";
       #COLORTERM = "truecolor";
-- 
cgit v1.2.3