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/suggest.nix
Normal file
11
home-manager/firefox/conf/suggest.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
|
||||
# Disable Firefox Suggest
|
||||
# The Firefox Suggest
|
||||
# (https://support.mozilla.org/en-US/kb/navigate-web-faster-firefox-suggest)
|
||||
# feature allows Mozilla to provide search suggestions in the US, which uses your
|
||||
# city location and search keywords to send suggestions. This is also used to
|
||||
# serve advertisements.
|
||||
"browser.urlbar.groupLabels.enabled" = false;
|
||||
"browser.urlbar.quicksuggest.enabled" = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue