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;
|
tmux.enable = true;
|
||||||
chromium = {
|
chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultSearchProviderSearchURL = null;
|
defaultSearchProviderSearchURL = "https://duckduckgo.com/?q={searchTerms}";
|
||||||
defaultSearchProviderSuggestURL = null;
|
defaultSearchProviderSuggestURL = null;
|
||||||
extensions = [
|
extensions = [
|
||||||
"ihlenndgcmojhcghmfjfneahoeklbjjh" # cVim
|
"ihlenndgcmojhcghmfjfneahoeklbjjh" # cVim
|
||||||
|
@ -117,7 +117,6 @@
|
||||||
ContextualSearchEnabled = false;
|
ContextualSearchEnabled = false;
|
||||||
DefaultBrowserSettingEnabled = false;
|
DefaultBrowserSettingEnabled = false;
|
||||||
DefaultGeolocationSetting = 2;
|
DefaultGeolocationSetting = 2;
|
||||||
DefaultSearchProviderEnabled = false;
|
|
||||||
DownloadDirectory = "/tmp";
|
DownloadDirectory = "/tmp";
|
||||||
NTPContentSuggestionsEnabled = false;
|
NTPContentSuggestionsEnabled = false;
|
||||||
NetworkPredictionOptions = 2;
|
NetworkPredictionOptions = 2;
|
||||||
|
|
Loading…
Reference in a new issue