From c53047d43c2253202e5edf9c73659e34966b2e7c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 9 Aug 2024 22:24:17 +0200 Subject: feat(home/pkgs): Add `jq` to the default packages --- modules/home/pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/home') diff --git a/modules/home/pkgs/default.nix b/modules/home/pkgs/default.nix index cfbe30a8..81bb362d 100644 --- a/modules/home/pkgs/default.nix +++ b/modules/home/pkgs/default.nix @@ -71,6 +71,7 @@ with pkgs; let aumo # Automatic mount nato # Encodes a string in the standardized spelling alphabet virsh-del # Delete a libvirt virtual machine (not really used anymore). + jq # Json parser ]; Task = { -- cgit 1.4.1