Add jq package for project shortcuts JSON parsing
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
5408703026
commit
c3c4b060fc
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ in
|
||||||
fd
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
bat
|
bat
|
||||||
|
jq
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fzf = {
|
programs.fzf = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue