diff --git a/nix/configurations/vanadium/home/firefox.nix b/nix/configurations/vanadium/home/firefox.nix index 156c6134..59ecdf89 100644 --- a/nix/configurations/vanadium/home/firefox.nix +++ b/nix/configurations/vanadium/home/firefox.nix @@ -15,28 +15,28 @@ in { # Forges { Name = "GitHub"; - Alias = "@ggh"; + Alias = "@gh"; IconURL = "https://github.com/favicon.ico"; Description = "Your code yum yum"; URLTemplate = "https://github.com/search?q={searchTerms}&type=repositories"; } { Name = "GitHub (Code Search)"; - Alias = "@gghc"; + Alias = "@ghc"; IconURL = "https://github.com/favicon.ico"; Description = "Your code yum yum"; URLTemplate = "https://github.com/search?q={searchTerms}&type=code"; } { Name = "Codeberg"; - Alias = "@gco"; + Alias = "@cb"; IconURL = "https://codeberg.org/favicon.ico"; Description = "Software development, but free!"; URLTemplate = "https://codeberg.org/explore/repos?q={searchTerms}"; } { Name = "?C"; - Alias = "@gcc"; + Alias = "@cc"; IconURL = "https://git.confusedcompiler.org/favicon.ico"; URLTemplate = "https://git.confusedcompiler.org/explore/repos?q={searchTerms}"; }