From 168e492c1269e2a42070c8cc6cca1c0cef5b0910 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 11 Mar 2021 18:35:47 +0100 Subject: [PATCH] Use firefox-esr Since Firefox 86, firefox freezes after some time when playing a video. This only happens on wayland, but using xwayland causes weird stutters. Downgrading is only meant to be a temporary solution. --- users/simon/modules/programs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/simon/modules/programs.nix b/users/simon/modules/programs.nix index 5032a48..b8fee2e 100644 --- a/users/simon/modules/programs.nix +++ b/users/simon/modules/programs.nix @@ -136,7 +136,7 @@ in ] ++ lib.optionals nixosConfig.sbruder.gui.enable [ # communication claws-mail # email client that looks ugly but just works - firefox-wayland # the least bad browser + firefox-esr # the least bad browser ((mumble.override { pulseSupport = true; }).overrideAttrs (o: o // { patches = o.patches ++ [ # TODO: remove patch once stable release supports this