mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
update firefox settings
This commit is contained in:
parent
c016fe803f
commit
0aebdd8fd9
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ with lib;
|
||||||
{
|
{
|
||||||
"browser.contentblocking.category" = "strict";
|
"browser.contentblocking.category" = "strict";
|
||||||
"browser.zoom.siteSpecific" = false;
|
"browser.zoom.siteSpecific" = false;
|
||||||
"extensions.formautofill.available" = "off";
|
"extensions.formautofill.addresses.enabled" = false;
|
||||||
"media.setsinkid.enabled" = true; #GoogleVoice
|
"extensions.formautofill.creditCards.enabled" = false;
|
||||||
"network.IDN_show_punycode" = true;
|
"network.IDN_show_punycode" = true;
|
||||||
"ui.key.menuAccessKeyFocuses" = false;
|
"ui.key.menuAccessKeyFocuses" = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue