Add jq as a tool

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-03-01 13:58:57 +01:00
parent c1f502d7c6
commit f386649cdc
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
./bat.nix
./eza.nix
./fzf.nix
./jq.nix
./ripgrep.nix
./tmux.nix
];

View File

@@ -0,0 +1,5 @@
{ ... }:
{
programs.jq.enable = true;
}