Open jennydaman opened 6 months ago
Thank you for your contribution! I marked this issue as stale due to inactivity. Please be considerate of people watching this issue and receiving notifications before commenting 'I have this issue too'. We welcome additional information that will help resolve this issue. Please read the relevant sections below before commenting.
* If this is resolved, please consider closing it so that the maintainers know not to focus on this. * If this might still be an issue, but you are not interested in promoting its resolution, please consider closing it while encouraging others to take over and reopen an issue if they care enough. * If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
* If you are also experiencing this issue, please add details of your situation to help with the debugging process. * If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
Don't be afraid to manually close an issue, even if it holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen – nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort.
Description
Currently there exists the option
programs.firefox.profiles..search.engines
where search engines can be configured for Firefox. It would be convenient if the search engines could be added from Opensearch description XML.For example, the search engine at https://search.nixos.org has a
<link>
element in its<head>
The document at https://search.nixos.org/desc-search-packages.xml looks like:
This could be translated into the following Nix expression:
I myself am a newcomer to Nix and am not fluent with the Nix language. I was able to write a proof-of-concept in TypeScript: