this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

curve: firefox default zoom

+4
+4
home/profiles/firefox/default.nix
··· 43 43 meta = { }; 44 44 }) 45 45 ]; 46 + 46 47 settings = { 48 + "browser.zoom.siteSpecific" = false; 49 + "zoom.minPercent" = "150"; # TODO doesn't seem to work anymore, you have to manually go into preferences and set the zoom level. 47 50 "devtools.theme" = "dark"; 48 51 # Enable userContent.css and userChrome.css for our theme modules 49 52 "toolkit.legacyUserProfileCustomizations.stylesheets" = true; ··· 51 54 "browser.download.dir" = "/home/anish/downloads"; # TODO Don't hardcode this! 52 55 # Don't use the built-in password manager; a nixos user is more likely 53 56 # using an external one (you are using one, right?). 57 + # I am, but it's far too convienent. I'm enabling 2FA anyway so w/e 54 58 #"signon.rememberSignons" = false; 55 59 # Do not check if Firefox is the default browser 56 60 "browser.shell.checkDefaultBrowser" = false;