commit 3c82616789a50a58ced2506a891f3f98463e2359
parent 1564205c4339ea2f15b2c7fba54fbda1bc244664
Author: breadcat <breadcat@users.noreply.github.com>
Date: Thu, 5 Feb 2026 14:42:10 +0000
Fix typo in autoScroll
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/home/firefox.nix b/home/firefox.nix
@@ -20,7 +20,7 @@
"browser.startup.homepage" = "https://breadcat.github.io/startpage/";
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
"extensions.autoDisableScopes" = 0; # enable extensions by default
- "general:autoScroll" = true; # middle mouse page scroll instead of paste
+ "general.autoScroll" = true; # middle mouse page scroll instead of paste
"media.videocontrols.picture-in-picture.enabled" = false; # disable pip entirely
"media.videocontrols.picture-in-picture.video-toggle.enabled" = false; # disable pip popup
};