- #!/usr/bin/env sh
- # this fails with:
- # Unable to init server: Broadway display type not supported:
- # Error: cannot open display:
- guix shell -CN \
- --share=$HOME/Downloads \
- --share=$HOME/.mozilla/ \
- --share=$HOME/.cache/mozilla/ \
- firefox-wayland coreutils \
- -- \
- env DISPLAY="$DISPLAY" firefox "$@"
|