diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-15 16:23:02 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-15 16:23:02 -0800 |
commit | 8bd6b969f648f0427f7e98238b522f90957248f4 (patch) | |
tree | 2aa35f9b4c4fee56376b1201f08930947140d39d | |
parent | remove rust template, add GHA to go template (diff) | |
download | world-8bd6b969f648f0427f7e98238b522f90957248f4.tar.gz |
jless is useful to inspect JSON files
-rw-r--r-- | home/darwin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/darwin.nix b/home/darwin.nix index b4a49d8..17eecd0 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -11,6 +11,7 @@ home.packages = with pkgs; [ direnv + jless jq nixd nix-direnv |