add podman-compose

This commit is contained in:
Joseph Hanson 2025-01-04 17:39:36 -06:00
parent 8561a16219
commit 7d2b3024ed

View file

@ -33,6 +33,7 @@ in
environment.systemPackages = with pkgs; [
podman-tui # status of containers in the terminal
podman-compose
unstable.lazydocker
];