11 lines
249 B
Nix
11 lines
249 B
Nix
{
|
|
home.sessionVariables = {
|
|
NIXOS_OZONE_WL = "1";
|
|
GDK_BACKEND = "wayland";
|
|
DIRENV_LOG_FORMAT = "";
|
|
QT_QPA_PLATFORM = "xcb";
|
|
XDG_SESSION_TYPE = "wayland";
|
|
SDL_VIDEODRIVER = "wayland";
|
|
CLUTTER_BACKEND = "wayland";
|
|
};
|
|
}
|