diff options
| author | Grigory Shipunov | 2022-06-08 18:47:49 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-08 18:47:49 +0200 |
| commit | 3924624e7516464d2f24cd19b62c02072436850c (patch) | |
| tree | e19e56c5355a0a2354b341b844819b1992783ffb /modules/chromium.nix | |
| parent | 3a40a3af28b03615f9478825bb3f3e2b8028ceab (diff) | |
YOLO
Diffstat (limited to 'modules/chromium.nix')
| -rw-r--r-- | modules/chromium.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chromium.nix b/modules/chromium.nix index 5021ea6..412ec59 100644 --- a/modules/chromium.nix +++ b/modules/chromium.nix @@ -27,7 +27,7 @@ "DefaultNotificationSetting" = 2; "BackgroundModeEnabled" = false; "DefaultSearchProviderEnabled" = true; - "DefaultSearchProviderSearchURL" = "https://duckduckgo.com/?q={searchTerms}"; + "DefaultSearchProviderSearchURL" = "https://google.com/?q={searchTerms}"; "SearchSuggestEnable" = false; }; }; |
