mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
glance: Add github nix-code search bookmark
This commit is contained in:
parent
9f58765127
commit
52580f096d
1 changed files with 6 additions and 2 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue