Jump to content

Translations:Hyprland/47/en

From Official NixOS Wiki

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";
}