{ pkgs, ... }: { # Podman is enabled at the system level. home.packages = with pkgs; [ podman-compose ]; }