From 7d2b3024ed532c23cb5c18186c6acb54714e4ed9 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 4 Jan 2025 17:39:36 -0600 Subject: [PATCH] add podman-compose --- nixos/modules/nixos/services/podman/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/nixos/services/podman/default.nix b/nixos/modules/nixos/services/podman/default.nix index d705d8a..ac45902 100644 --- a/nixos/modules/nixos/services/podman/default.nix +++ b/nixos/modules/nixos/services/podman/default.nix @@ -33,6 +33,7 @@ in environment.systemPackages = with pkgs; [ podman-tui # status of containers in the terminal + podman-compose unstable.lazydocker ];