chore: use firefox-esr
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
nydragon 2025-02-11 02:10:39 +01:00
parent fd52404b93
commit 6cbeb72d9e
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -10,7 +10,7 @@
}: }:
lib.mkIf config.programs.firefox.enable { lib.mkIf config.programs.firefox.enable {
programs.firefox = { programs.firefox = {
package = pkgs.firefox-beta-bin; package = pkgs.firefox-esr;
languagePacks = [ languagePacks = [
"de" "de"
"en-GB" "en-GB"