sway: re-enable WLR_RENDERER vulkan

This commit is contained in:
2024-03-30 13:50:00 +01:00
parent 9e945035ca
commit 312df469d6

View File

@@ -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;};