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