niksos/options/desktop/wayland.nix
2024-07-16 00:26:09 +02:00

5 lines
78 B
Nix

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