temporarily switch to firefox beta to fix wayland crash 1805464

master
Yorick van Pelt 2022-12-20 12:00:54 +01:00
parent fd6f4ed8fb
commit 253c20bd20
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
})) // {
overlays.default = nixpkgs.lib.composeManyExtensions [
nixpkgs-wayland.overlay
#nixpkgs-mozilla.overlay
nixpkgs-mozilla.overlay
emacs-overlay.overlay
agenix.overlay
(import ./fixups.nix)

View File

@ -164,7 +164,7 @@ in {
programs.firefox = {
enable = true;
package = pkgs.firefox-bin;
package = pkgs.latest.firefox-beta-bin;
};
home.sessionVariables = {
MOZ_USE_XINPUT2 = "1";