Add fastmail + search engine config

This commit is contained in:
2026-02-23 14:50:09 -07:00
parent 432d5df195
commit 0e305c226b
2 changed files with 31 additions and 0 deletions

View File

@@ -31,6 +31,36 @@
OfflineApps = true;
};
SearchEngines = {
Default = "Searx Search";
Remove = [
"Google"
"Bing"
"DuckDuckGo"
"Perplexity"
"Wikipedia (en)"
];
Add = [
{
Name = "Searx Search";
URLTemplate = "https://search.atri.dad/search?q={searchTerms}";
Method = "GET";
IconURL = "https://search.atri.dad/favicon.ico";
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";
}
];
};
ExtensionSettings = {
# Bitwarden
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {

View File

@@ -34,6 +34,7 @@
discord
signal-desktop
element-desktop
fastmail-desktop
];
programs.obs-studio.enable = true;