diff --git a/home/profiles/programs/browsers/firefox/search-engines.nix b/home/profiles/programs/browsers/firefox/search-engines.nix index be3edb4..f47a105 100644 --- a/home/profiles/programs/browsers/firefox/search-engines.nix +++ b/home/profiles/programs/browsers/firefox/search-engines.nix @@ -38,7 +38,7 @@ definedAliases = ["@gh"]; }; "GitHub Repos" = { - urls = mkUrl "https://github.com/search?type=code&q={searchTerms}"; + urls = mkUrl "https://github.com/search?q={searchTerms}"; iconUpdateURL = "https://github.githubassets.com/favicons/favicon-dark.svg"; definedAliases = ["@ghr"]; };