From bfb096ad738549c3eae05125504bba5b5d649c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 30 May 2025 14:40:19 +0200 Subject: [PATCH] firefox: codeberg search engine --- nix/configurations/vanadium/home/firefox.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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}"; + } ]; }; };