diff --git a/hosts/goopnet-interface/hardware.nix b/hosts/goopnet-interface/hardware.nix index 3b2d9b0..ecca96a 100755 --- a/hosts/goopnet-interface/hardware.nix +++ b/hosts/goopnet-interface/hardware.nix @@ -53,6 +53,8 @@ # TODO: remove this once nvidia gets their shit together # https://forums.developer.nvidia.com/t/cueglstreamproducerconnect-returns-error-801-on-525-53-driver/233610/20 NVD_BACKEND = "direct"; + # VA-API on firefox + MOZ_DISABLE_RDD_SANDBOX = "1"; }; fileSystems."/" = diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix index 976c9ca..c80020d 100644 --- a/modules/desktop/default.nix +++ b/modules/desktop/default.nix @@ -26,6 +26,7 @@ in { _JAVA_AWT_WM_NONEREPARENTING = "1"; GDK_BACKEND = "wayland,x11"; ANKI_WAYLAND = "1"; + MOZ_ENABLE_WAYLAND = "1"; ELECTRON_OZONE_PLATFORM_HINT = "wayland"; XDG_SESSION_TYPE = "wayland"; SDL_VIDEODRIVER = "wayland";