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 00e3fe9 commit 2e5a433Copy full SHA for 2e5a433
modules/firefox/favicon/gleam.png
28.8 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
+ "Gleam Packages" = {
36
+ icon = ./favicon/gleam.png; # https://github.com/gleam-lang/gleam/blob/main/images/lucy.png
37
+ urls = [ { template = "https://packages.gleam.run/?search={searchTerms}"; } ];
38
+ definedAliases = [ "@glp" ];
39
+ };
40
"Elm Packages" = {
41
icon = ./favicon/elm.ico; # https://elm-lang.org/favicon.ico
42
urls = [ { template = "https://klaftertief.github.io/elm-search?q={searchTerms}"; } ];
0 commit comments