From 2684a677dd48d8d02c3ef34cf16c490ffc92817e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 9 Apr 2024 14:21:00 +0100 Subject: [PATCH] Update pinned url for new NixOS wiki --- system/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/firefox.nix b/system/firefox.nix index 45de3b36..34ccd3a4 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -101,7 +101,7 @@ "browser.newtabpage.pinned" = [ { title = "NixOS Wiki"; - url = "https://nixos.wiki"; + url = "https://wiki.nixos.org"; } { title = "Arch Wiki";