about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-08 19:17:01 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-08 19:17:01 -0800
commitcb516f14c36711a2723d2830c0815b01d52ad80f (patch)
tree14216c724a72fb3cfdc0571858b2ebc5d27d6f7c /home
parentref: update url for some inputs to the flake (diff)
downloadworld-cb516f14c36711a2723d2830c0815b01d52ad80f.tar.gz
feat(home/packages): install dive
A tool to explore layers in docker images.
Diffstat (limited to '')
-rw-r--r--home/packages/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/home/packages/default.nix b/home/packages/default.nix
index c336520..810efaa 100644
--- a/home/packages/default.nix
+++ b/home/packages/default.nix
@@ -28,9 +28,10 @@ in
   config.home.packages = with pkgs;
     lib.mkIf cfg.enable
       ([
-        util-linux
+        dive # explore layers in docker images
         jq
         ripgrep
+        util-linux
 
         # custom tools
         album-to-nas
@@ -42,7 +43,7 @@ in
         tools.ipconverter
         tools.seqstat
 
-        # tools from outside repositories
+        # tools from external repositories
         x509-info
         gh-ssh-keys
       ]