From d8c97e6f6d913bf2a9a5eeb9d8f4905f5cbc0b53 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sun, 7 Jan 2024 19:57:44 +0100 Subject: [PATCH] Typo --- home/firefox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;