From 52580f096d425797e3d838d36f308ce98945a980 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 12 Mar 2026 20:01:20 +0100 Subject: [PATCH] glance: Add github nix-code search bookmark --- modules/nixos/web-services/glance.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/nixos/web-services/glance.nix b/modules/nixos/web-services/glance.nix index 6600aa0..a6b1f43 100644 --- a/modules/nixos/web-services/glance.nix +++ b/modules/nixos/web-services/glance.nix @@ -144,6 +144,10 @@ in title = "Wiki"; url = "https://wiki.nixos.org/wiki/Main_Page"; } + { + title = "NixOS Manual"; + url = "https://nixos.org/manual/nixos/stable/"; + } { title = "Packages Search"; url = "https://search.nixos.org/packages"; @@ -161,8 +165,8 @@ in url = "https://home-manager-options.extranix.com/"; } { - title = "NixOS Manual"; - url = "https://nixos.org/manual/nixos/stable/"; + title = "GitHub Code Search"; + url = "https://github.com/search?q=lang%3Anix%20&type=code"; } ]; }