Merge pull request #35351 from volth/patch-99
nixos/programs.chromium: remove unicode char '↪'
This commit is contained in:
commit
cf2872bdac
|
@ -52,8 +52,7 @@ in
|
||||||
description = "Chromium default search provider url.";
|
description = "Chromium default search provider url.";
|
||||||
default = null;
|
default = null;
|
||||||
example =
|
example =
|
||||||
"https://encrypted.google.com/search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:
|
"https://encrypted.google.com/search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}ie={inputEncoding}";
|
||||||
↪searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}ie={inputEncoding}";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultSearchProviderSuggestURL = mkOption {
|
defaultSearchProviderSuggestURL = mkOption {
|
||||||
|
|
Loading…
Reference in New Issue