Set default hyprland env vars
This commit is contained in:
parent
30a702d7a5
commit
045980a925
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue