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 d1e18ad commit d0fa5fbCopy full SHA for d0fa5fb
modules/firefox/favicon/elm.ico
2.67 KB
modules/firefox/search-engines.nix
@@ -32,6 +32,11 @@ in
32
urls = [ { template = "https://pkg.go.dev/search?q={searchTerms}"; } ];
33
definedAliases = [ "@gp" ];
34
};
35
+ "Elm Packages" = {
36
+ icon = ./favicon/elm.ico; # https://elm-lang.org/favicon.ico
37
+ urls = [ { template = "https://klaftertief.github.io/elm-search?q={searchTerms}"; } ];
38
+ definedAliases = [ "@ep" ];
39
+ };
40
"Maven Packages" = {
41
icon = ./favicon/sonatype.ico; # https://central.sonatype.com/favicon.ico
42
urls = [ { template = "https://central.sonatype.com/search?q={searchTerms}"; } ];
0 commit comments