From 392d6fe537768a38ca76ad578468e8f912728363 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Thu, 21 Aug 2025 10:31:05 -0700 Subject: [PATCH] [discord] Attempts to fix the keybinding issue --- home-manager/apps/discord.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/apps/discord.nix b/home-manager/apps/discord.nix index 3e5f2f9..75ada6d 100644 --- a/home-manager/apps/discord.nix +++ b/home-manager/apps/discord.nix @@ -8,7 +8,7 @@ discord = { name = "Discord"; # Custom options to reduce flickering under wayland. - exec = "discord --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu"; + exec = "env ELECTRON_OZONE_PLATFORM_HINT= discord --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu"; }; }; }