Files
Noah Knegt f386649cdc Add jq as a tool
Signed-off-by: Noah Knegt <git@noahknegt.com>
2025-03-01 13:58:57 +01:00

5 lines
42 B
Nix

{ ... }:
{
programs.jq.enable = true;
}