about summary refs log tree commit diff
path: root/home/profiles/gui
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-07-23 11:33:22 +0900
committersefidel <contact@sefidel.net>2024-07-23 11:33:22 +0900
commitddf603f252bdc676468c07620d16a92eef6b776c (patch)
tree094053cfa0cbe4e3cfed3cdd724d3d157bdd568b /home/profiles/gui
parente8fadfbd60471caca22110b16f3c4f627dc3c5de (diff)
downloadnixrc-ddf603f252bdc676468c07620d16a92eef6b776c.tar.gz
nixrc-ddf603f252bdc676468c07620d16a92eef6b776c.zip
feat(home/gui)!: re-enable NIXOS_OZONE_WL
* X11 versions are incompatible with fractional scaling on haruka
Diffstat (limited to 'home/profiles/gui')
-rw-r--r--home/profiles/gui/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix
index 838d2ab..a2d3361 100644
--- a/home/profiles/gui/default.nix
+++ b/home/profiles/gui/default.nix
@@ -105,9 +105,7 @@ in
     ];
 
     home.sessionVariables = {
-      # 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
+      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";
     };