puter/classes/headful/wayland.nix
2025-01-09 00:15:30 +01:00

7 lines
103 B
Nix

{
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
SDL_VIDEODRIVER = "wayland";
};
}