Skip to content

Commit

Permalink
firefox: add nuschtos search
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 21, 2024
1 parent b704b8e commit 9a57af5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modules/home/programs/graphical/browsers/firefox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,22 @@ in
definedAliases = [ "@sx" ];
};

"NüschtOS" = {
urls = [
{
template = "https://search.xn--nschtos-n2a.de/";
params = [
{
name = "query";
value = "{searchTerms}";
}
];
}
];
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = [ "@nos" ];
};

"NixOS Wiki" = {
urls = [ { template = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; } ];
iconUpdateURL = "https://wiki.nixos.org/favicon.png";
Expand Down

0 comments on commit 9a57af5

Please sign in to comment.