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