diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/desktops/wayland.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/desktops/wayland.nix b/system/desktops/wayland.nix index 2f43fb3..ce647ee 100644 --- a/system/desktops/wayland.nix +++ b/system/desktops/wayland.nix @@ -23,6 +23,11 @@ in { }; }; + environment.variables = { + MOZ_ENABLE_WAYLAND = "1"; + NIXOS_OZONE_WL = "1"; + }; + programs.xwayland.enable = true; }; } |