diff --git a/modules/core/podman.nix b/modules/core/podman.nix index ecf0443..ad47b5b 100644 --- a/modules/core/podman.nix +++ b/modules/core/podman.nix @@ -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 + ]; } \ No newline at end of file