about summary refs log tree commit diff
path: root/home/packages/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/packages/default.nix')
-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
       ]