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