Translations:Hyprland/47/en
Appearance
Electron applications defaulting to X11 rather than Wayland
Set the environment variable NIXOS_OZONE_WL to "1" in your NixOS configuration:
❄︎ configuration.nix
{
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}