Update librewolf.nix
This commit is contained in:
@@ -35,6 +35,7 @@ let
|
|||||||
"Bing"
|
"Bing"
|
||||||
"Perplexity"
|
"Perplexity"
|
||||||
"Wikipedia (en)"
|
"Wikipedia (en)"
|
||||||
|
"DuckDuckGo"
|
||||||
];
|
];
|
||||||
Add = [
|
Add = [
|
||||||
{
|
{
|
||||||
@@ -45,15 +46,6 @@ let
|
|||||||
Alias = "searx";
|
Alias = "searx";
|
||||||
Description = "Searx (search.atri.dad)";
|
Description = "Searx (search.atri.dad)";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
Name = "DuckDuckGo";
|
|
||||||
URLTemplate = "https://duckduckgo.com/?q={searchTerms}";
|
|
||||||
SuggestURLTemplate = "https://duckduckgo.com/ac/?q={searchTerms}&type=list";
|
|
||||||
Method = "GET";
|
|
||||||
IconURL = "https://duckduckgo.com/favicon.ico";
|
|
||||||
Alias = "ddg";
|
|
||||||
Description = "DuckDuckGo";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -70,6 +62,10 @@ let
|
|||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
};
|
};
|
||||||
|
"addon@darkreader.org" = {
|
||||||
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
Preferences = {
|
Preferences = {
|
||||||
|
|||||||
Reference in New Issue
Block a user