firefox: nixos packages and options search engine

This commit is contained in:
Primrose 2025-05-30 15:07:15 +02:00
parent 467f7fec42
commit 3ada078d6e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -77,6 +77,22 @@ in {
IconURL = "https://git.confusedcompiler.org/favicon.ico"; IconURL = "https://git.confusedcompiler.org/favicon.ico";
URLTemplate = "https://git.confusedcompiler.org/explore/repos?q={searchTerms}"; URLTemplate = "https://git.confusedcompiler.org/explore/repos?q={searchTerms}";
} }
# Nix{,OS,pkgs}
{
Name = "NixOS Search (Package)";
Alias = "np";
IconURL = "https://nixos.org/favicon.ico";
Description = "Search in nixpkgs";
URLTemplate = "https://search.nixos.org/packages?query={searchTerms}";
}
{
Name = "NixOS Search (Options)";
Alias = "no";
IconURL = "https://nixos.org/favicon.ico";
Description = "Search in NixOS options";
URLTemplate = "https://search.nixos.org/options?query={searchTerms}";
}
]; ];
}; };
}; };