We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf954e2 commit 862d945Copy full SHA for 862d945
modules/firefox/favicon/learnxinyminutes.ico
3.55 KB
modules/firefox/search-engines.nix
@@ -17,6 +17,11 @@ in
17
"Go Packages"
18
];
19
engines = {
20
+ "Learn X in Y minutes" = {
21
+ icon = ./favicon/learnxinyminutes.ico; # https://learnxinyminutes.com/favicon.ico
22
+ urls = [ { template = "https://learnxinyminutes.com/docs/{searchTerms}/"; } ];
23
+ definedAliases = [ "@xy" ];
24
+ };
25
"Brave Search" = {
26
icon = ./favicon/brave.png; # https://brave.com/static-assets/images/brave-favicon.png
27
urls = [ { template = "https://search.brave.com/search?q={searchTerms}"; } ];
0 commit comments