Translations:Hyprland/47/en

Revision as of 14:18, 11 February 2026 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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