podenv-0.1.0: hub/Applications/chromium.dhall
let Podenv = ../Podenv.dhall
in Podenv.Application::{
, description = Some "open-source web browser"
, runtime = (./fedora.dhall).latest.useGraphicCodec [ "chromium" ]
, command = [ "chromium-browser" ]
, capabilities = Podenv.Capabilities::{
, network = True
, wayland = True
, pipewire = True
, -- | chrome somehow still needs x11
x11 = True
}
}