Set default hyprland env vars

This commit is contained in:
GHOSCHT 2025-03-26 00:09:09 +01:00
parent 30a702d7a5
commit 045980a925
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,9 +1,9 @@
{
home.sessionVariables = {
NIXOS_OZONE_WL = "1";
GDK_BACKEND = "wayland";
GDK_BACKEND = "wayland,x11,*";
DIRENV_LOG_FORMAT = "";
QT_QPA_PLATFORM = "xcb";
QT_QPA_PLATFORM = "wayland;xcb";
XDG_SESSION_TYPE = "wayland";
SDL_VIDEODRIVER = "wayland";
CLUTTER_BACKEND = "wayland";