On Linux native wayland desktops (sway, labwc, hyprland), Electron apps will launch in wayland mode (as opposed to X11, which looks terribly blurry) if the following env variable is set
ELECTRON_OZONE_PLATFORM_HINT=auto
This works for Ledger Live, for example, but not for Daedalus.
I've tried also
NIXOS_OZONE_WL=1 ~/.daedalus/mainnet/bin/daedalus
But still, XWayland with its painful bluriness.
Am I missing something?