From 312df469d69b7bcba301d3e1b5c15520c32c443f Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sat, 30 Mar 2024 13:50:00 +0100 Subject: [PATCH] sway: re-enable WLR_RENDERER vulkan --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;};