From 5afc16584cabbee0519d52dd441ef8c86ded86ce Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 20 Jun 2022 08:16:24 +0200 Subject: [PATCH] feat: add jq --- home-mandlm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-mandlm.nix b/home-mandlm.nix index 8430600..a86cc8e 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -8,6 +8,7 @@ packages = with pkgs; [ bat firefox + jq htop ];