about summary refs log tree commit diff
path: root/home/profiles/gui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/gui/default.nix')
-rw-r--r--home/profiles/gui/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix
index 2238585..e491e76 100644
--- a/home/profiles/gui/default.nix
+++ b/home/profiles/gui/default.nix
@@ -105,7 +105,9 @@ in
     ];
 
     home.sessionVariables = {
-      NIXOS_OZONE_WL = 1; # NOTE: might cause problems with old electron
+      # Disabled as Element/Discord currently uses an old version of Electron
+      # that doesn't support IM.
+      # NIXOS_OZONE_WL = 1; # NOTE: might cause problems with old electron
       _JAVA_AWT_WM_NONREPARENTING = 1; # Fix 'grey screen' issue on java apps
       SDL_VIDEODRIVER = "wayland";
     };