From 0235d22cedbbd1f3bd4ca931a9b34a043c2336ae Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 11 May 2024 02:07:02 +0900 Subject: feat(home/gui): set SDL_VIDEODRIVER --- home/profiles/gui/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index 23e1093..b7a23a1 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -107,6 +107,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 + SDL_VIDEODRIVER = "wayland"; }; wayland.windowManager.sway = { -- cgit 1.4.1