From eecb2589ad09f0134e3417c8ea20e75790312cfd Mon Sep 17 00:00:00 2001
From: Nicolas Lenz <nicolas@eisfunke.com>
Date: Wed, 4 Jun 2025 19:09:20 +0200
Subject: [PATCH] feat: add podman-compose

---
 nixos/extra.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nixos/extra.nix b/nixos/extra.nix
index fef3b1ad..27b38257 100644
--- a/nixos/extra.nix
+++ b/nixos/extra.nix
@@ -43,6 +43,9 @@ lib.mkIf (!config.eisfunke.minimal) {
     ];
   };
 
+  # install podman-compose here rather than in home-manager so it's together with the podman setup
+  environment.systemPackages = [ pkgs.podman-compose ];
+
   /*
   - note: `virtualisation.containers.enable` is set by the Podman module automatically
   - these are registries that are checked when an image is given without registry
-- 
GitLab