From 36936f5f676fc3878eb875f65f1720e93c3da0d9 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 2 Sep 2023 12:37:10 +0900 Subject: feat(home/gui): move NIXOS_OZONE_WL to gui * this is a wayland-specific variable --- home/profiles/gui/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home/profiles/gui') diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index 73ee1fd..24b1a6a 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -69,6 +69,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 }; -- cgit 1.4.1