diff --git a/home/home.nix b/home/home.nix index 5dc07dc..f13fd11 100644 --- a/home/home.nix +++ b/home/home.nix @@ -35,7 +35,7 @@ with lib; { MOZ_ENABLE_WAYLAND = "1"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; SUDO_EDITOR = "nvim"; - #WLR_RENDERER = "vulkan"; + WLR_RENDERER = "vulkan"; }; wayland.windowManager.sway = {enable = true;};