From ff123f69acf9c4736b9b8958fcb57f05435d6c53 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 10 Jan 2021 23:44:03 -0500 Subject: [PATCH] add firefox setting zoom.siteSpecific --- modules/graphical.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical.nix b/modules/graphical.nix index ea4768b..3da6686 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -50,6 +50,7 @@ "extensions.formautofill.available" = { Status = "locked"; Value = "off"; }; "network.cookie.cookieBehavior" = { Status = "locked"; Value = 4; }; "network.IDN_show_punycode" = { Status = "locked"; Value = true; }; + "browser.zoom.siteSpecific" = { Status = "locked"; Value = false; }; }; }; })