update: flake update

This commit is contained in:
gwg313 2024-06-05 22:47:43 -04:00
parent ef1b9f6c91
commit 187e22ee40
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
4 changed files with 83 additions and 163 deletions

View file

@ -13,11 +13,11 @@
SDL_VIDEODRIVER = "wayland";
_JAVA_AWT_WM_NONREPARENTING = "1";
CLUTTER_BACKEND = "wayland";
WLR_RENDERER = "vulkan";
# WLR_RENDERER = "vulkan";
GTK_USE_PORTAL = "1";
#NIXOS_XDG_OPEN_USE_PORTAL = "1"; # Sets the desktop portal to use flatpak
WLR_NO_HARDWARE_CURSOR = "1";
# GDK_BACKEND = "wayland";
GDK_BACKEND = "wayland";
QT_QPA_PLATFORM = "wayland;xcb";
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";