about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/profiles/gui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix
index 116e232..0ddd787 100644
--- a/home/profiles/gui/default.nix
+++ b/home/profiles/gui/default.nix
@@ -105,7 +105,7 @@ in
 
     home.sessionVariables = {
       NIXOS_OZONE_WL = 1; # NOTE: might cause problems with old electron
-      _JAVA_AWT_WM_NONREPARENTING = "1"; # Fix 'grey screen' issue on java apps
+      _JAVA_AWT_WM_NONREPARENTING = 1; # Fix 'grey screen' issue on java apps
     };
 
     wayland.windowManager.sway = {