Adding duckduckgo
This commit is contained in:
parent
f6f5b9afe8
commit
cdc1c2440f
1 changed files with 1 additions and 2 deletions
|
@ -96,7 +96,7 @@
|
|||
tmux.enable = true;
|
||||
chromium = {
|
||||
enable = true;
|
||||
defaultSearchProviderSearchURL = null;
|
||||
defaultSearchProviderSearchURL = "https://duckduckgo.com/?q={searchTerms}";
|
||||
defaultSearchProviderSuggestURL = null;
|
||||
extensions = [
|
||||
"ihlenndgcmojhcghmfjfneahoeklbjjh" # cVim
|
||||
|
@ -117,7 +117,6 @@
|
|||
ContextualSearchEnabled = false;
|
||||
DefaultBrowserSettingEnabled = false;
|
||||
DefaultGeolocationSetting = 2;
|
||||
DefaultSearchProviderEnabled = false;
|
||||
DownloadDirectory = "/tmp";
|
||||
NTPContentSuggestionsEnabled = false;
|
||||
NetworkPredictionOptions = 2;
|
||||
|
|
Loading…
Reference in a new issue