puter/classes/desktop/wayland.nix
2024-12-15 16:00:53 +01:00

7 lines
103 B
Nix

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