Update librewolf.nix

This commit is contained in:
2026-03-18 00:20:39 -06:00
parent 2d2e0fdcd8
commit 202f2cf234
+5 -9
View File
@@ -35,6 +35,7 @@ let
"Bing"
"Perplexity"
"Wikipedia (en)"
"DuckDuckGo"
];
Add = [
{
@@ -45,15 +46,6 @@ let
Alias = "searx";
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";
installation_mode = "force_installed";
};
"addon@darkreader.org" = {
install_url = "https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi";
installation_mode = "force_installed";
};
};
Preferences = {