diff --git a/nix/configurations/vanadium/home/firefox.nix b/nix/configurations/vanadium/home/firefox.nix index 6a61081e..a69dafd8 100644 --- a/nix/configurations/vanadium/home/firefox.nix +++ b/nix/configurations/vanadium/home/firefox.nix @@ -40,6 +40,13 @@ in { SuggestURLTemplate = withFlags "https://suggestqueries.google.com/complete/search?q={searchTerms}"; URLTemplate = withFlags "https://google.com/search?q={searchTerms}"; }) + { + Name = "Codeberg"; + Alias = "gco"; + IconURL = "https://codeberg.org/favicon.ico"; + Description = "Software development, but free!"; + URLTemplate = "https://codeberg.org/explore/repos?q={searchTerms}"; + } ]; }; };