{ pkgs, unstable-pkgs, ... }: { environment.systemPackages = with pkgs; [ volta pnpm rustup uv python3 jq ripgrep fd ffmpeg-full podman-compose bind.dnsutils ] ++ [ unstable-pkgs.zed-editor.remote_server ]; virtualisation.podman.enable = true; }