From 32ec161c3969967ad60773707642ffd7023e2762 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Fri, 21 Jun 2024 18:00:31 +0300 Subject: [PATCH] Update pages/Getting Started/Master-Tutorial.md --- pages/Getting Started/Master-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Getting Started/Master-Tutorial.md b/pages/Getting Started/Master-Tutorial.md index d315801..1ab6600 100644 --- a/pages/Getting Started/Master-Tutorial.md +++ b/pages/Getting Started/Master-Tutorial.md @@ -113,7 +113,7 @@ it or electron) don't. You need to pass `--enable-features=UseOzonePlatform --ozone-platform=wayland` to them or use `.conf` files where possible. Chromium-based browsers also should have a toggle in `chrome://flags`. Search for _"ozone"_ and select Wayland. If you are on NixOS -You can also use `NIXOS_OZONE_WL=1`. +you can also set the environment variable `NIXOS_OZONE_WL=1` in your configuration. For most electron apps, you should put the above in `~/.config/electron-flags.conf`. VSCode is known to not work with that though.