···4343 meta = { };
4444 })
4545 ];
4646+4647 settings = {
4848+ "browser.zoom.siteSpecific" = false;
4949+ "zoom.minPercent" = "150"; # TODO doesn't seem to work anymore, you have to manually go into preferences and set the zoom level.
4750 "devtools.theme" = "dark";
4851 # Enable userContent.css and userChrome.css for our theme modules
4952 "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
···5154 "browser.download.dir" = "/home/anish/downloads"; # TODO Don't hardcode this!
5255 # Don't use the built-in password manager; a nixos user is more likely
5356 # using an external one (you are using one, right?).
5757+ # I am, but it's far too convienent. I'm enabling 2FA anyway so w/e
5458 #"signon.rememberSignons" = false;
5559 # Do not check if Firefox is the default browser
5660 "browser.shell.checkDefaultBrowser" = false;