{ pkgs, ... }: { # Use podman over docker services.podman = { enable = true; }; home.packages = with pkgs; [ podman-compose ]; }