Home Gen25 @ 2025-05-10-18:44 by jonas@monolith

This commit is contained in:
2025-05-26 19:05:02 +02:00
parent fc0874f33c
commit 4c9b31b131
5 changed files with 40 additions and 7 deletions

View File

@@ -24,8 +24,8 @@ in {
# Search
search = {
default = "DuckDuckGo";
order = ["DuckDuckGo" "Google"];
default = "ddg";
order = ["ddg" "google"];
force = true;
engines = {
"Nix Packages" = {
@@ -45,11 +45,45 @@ in {
}
];
};
"Noogle" = {
urls = [
{
template = "https://noogle.dev/q";
params = [
{
name = "term";
value = "{searchTerms}";
}
];
}
];
};
"cppreference" = {
urls = [
{
template = "https://en.cppreference.com/mwiki/index.php";
params = [
{
name = "title";
value = "Special%3ASearch";
}
{
name = "search";
value = "{searchTerms}";
}
{
name = "Go";
value = "go";
}
];
}
];
};
};
};
# Extensions
extensions = with inputs.firefox-addons.packages."x86_64-linux"; ([
extensions.packages = with inputs.firefox-addons.packages."x86_64-linux"; ([
ublock-origin
violentmonkey
]