diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/gui/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |