Move home-manager configurations files
This commit is contained in:
parent
9715b9569a
commit
1650bdc29b
37 changed files with 8 additions and 8 deletions
11
home-manager/firefox/conf/extensions.nix
Normal file
11
home-manager/firefox/conf/extensions.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
# Firefox sends data about installed addons as metadata updates
|
||||
# (https://blog.mozilla.org/addons/how-to-opt-out-of-add-on-metadata-updates/), so
|
||||
# Mozilla is able to recommend you other addons.
|
||||
"extensions.getAddons.cache.enabled" = false;
|
||||
|
||||
# Disable about:addons' Get Add-ons panel
|
||||
# The start page with recommended addons uses google analytics.
|
||||
"extensions.getAddons.showPane" = false;
|
||||
"extensions.webservice.discoverURL" = "";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue