From c3c4b060fc71cfa9575c9708b7f8fd33b423398a Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 26 Jul 2025 22:43:30 +0200 Subject: [PATCH] Add jq package for project shortcuts JSON parsing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add jq to home.packages in zsh.nix - Required for project-launcher.sh to parse projects.json - Fixes 'No projects configured' error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zsh.nix b/modules/zsh.nix index baff3e2..5a04489 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -101,6 +101,7 @@ in fd ripgrep bat + jq ]; programs.fzf = {