about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-09 22:24:17 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-09 22:24:17 +0200
commitc53047d43c2253202e5edf9c73659e34966b2e7c (patch)
tree4808740825ad203dd140c59f30aefe7dfe8f0a82 /modules
parentfix(home/beets): Calculate `replaygain` directly when importing (diff)
downloadnixos-config-c53047d43c2253202e5edf9c73659e34966b2e7c.tar.gz
nixos-config-c53047d43c2253202e5edf9c73659e34966b2e7c.zip
feat(home/pkgs): Add `jq` to the default packages
Diffstat (limited to 'modules')
-rw-r--r--modules/home/pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
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 = {