penguin-fw: add dive

This commit is contained in:
John Bowdre 2024-11-12 16:05:25 -06:00
parent 72edef0bca
commit d3eca1dd22
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -6,7 +6,8 @@
./lib/chromeos.nix
];
# packages
# home.packages = with pkgs; [
# ];
# extra packages
home.packages = with pkgs; [
dive # Explore docker images
];
}