puter/classes/headful/wayland.nix

7 lines
103 B
Nix
Raw Normal View History

2024-12-15 15:00:53 +00:00
{
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
SDL_VIDEODRIVER = "wayland";
};
}