mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
alphabetize
This commit is contained in:
parent
aae6920c41
commit
ee54c61eda
1 changed files with 2 additions and 2 deletions
|
@ -56,11 +56,11 @@ with lib;
|
||||||
DisableFormHistory = true;
|
DisableFormHistory = true;
|
||||||
SearchSuggestEnabled = false;
|
SearchSuggestEnabled = false;
|
||||||
Preferences = {
|
Preferences = {
|
||||||
"extensions.formautofill.available" = { Status = "locked"; Value = "off"; };
|
|
||||||
"browser.contentblocking.category" = { Status = "locked"; Value = "strict"; };
|
"browser.contentblocking.category" = { Status = "locked"; Value = "strict"; };
|
||||||
|
"browser.zoom.siteSpecific" = { Status = "locked"; Value = false; };
|
||||||
|
"extensions.formautofill.available" = { Status = "locked"; Value = "off"; };
|
||||||
"media.setsinkid.enabled" = { Status = "locked"; Value = true; }; #GoogleVoice
|
"media.setsinkid.enabled" = { Status = "locked"; Value = true; }; #GoogleVoice
|
||||||
"network.IDN_show_punycode" = { Status = "locked"; Value = true; };
|
"network.IDN_show_punycode" = { Status = "locked"; Value = true; };
|
||||||
"browser.zoom.siteSpecific" = { Status = "locked"; Value = false; };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue