diff --git a/home/firefox/default.nix b/home/firefox/default.nix index 9f47f7b..6c07bf1 100644 --- a/home/firefox/default.nix +++ b/home/firefox/default.nix @@ -15,7 +15,7 @@ settings = { "browser.newtabpage.pinned" = [ { title = "NixOS"; url = "https://nixos.org"; } - { title = "Gtihub"; url = "https://github.com"; } + { title = "Github"; url = "https://github.com"; } { title = "YouTube"; url = "https://youtube.com"; } ]; "general.smoothScroll" = true;