podman: add dive and podman-tui

This commit is contained in:
quitte 2024-05-19 11:34:46 +02:00
parent c7f3120c9d
commit 68138c0a31

View file

@ -14,4 +14,13 @@
};
};
virtualisation.oci-containers.backend = "podman";
# Useful otherdevelopment tools
environment.systemPackages = with pkgs; [
dive # look into docker image layers
podman-tui # status of containers in the terminal
#docker-compose # start group of containers for dev
#podman-compose # start group of containers for dev
];
}