From 1f2cb8746c76a9940b32c6c881978b563678c340 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 15 Feb 2024 10:59:27 -0600 Subject: [PATCH] Tab-specific firefox zoom --- modules/home-manager/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/firefox.nix b/modules/home-manager/firefox.nix index a3b9546..3a9d01b 100644 --- a/modules/home-manager/firefox.nix +++ b/modules/home-manager/firefox.nix @@ -16,6 +16,7 @@ id = 0; settings = { "general.smoothScroll" = true; + "browser.zoom.siteSpecific" = false; }; extraConfig = ''