diff --git a/home/home.nix b/home/home.nix index 917a7c5..a2c57b0 100644 --- a/home/home.nix +++ b/home/home.nix @@ -35,6 +35,7 @@ in { EDITOR = "nvim"; _JAVA_AWT_WM_NONREPARENTING = "1"; MOZ_ENABLE_WAYLAND = "1"; + NIXOS_OZONE_WL = "1"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; SUDO_EDITOR = "nvim"; WLR_RENDERER = "vulkan";