mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +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";
|
title = "Wiki";
|
||||||
url = "https://wiki.nixos.org/wiki/Main_Page";
|
url = "https://wiki.nixos.org/wiki/Main_Page";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
title = "NixOS Manual";
|
||||||
|
url = "https://nixos.org/manual/nixos/stable/";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
title = "Packages Search";
|
title = "Packages Search";
|
||||||
url = "https://search.nixos.org/packages";
|
url = "https://search.nixos.org/packages";
|
||||||
|
|
@ -161,8 +165,8 @@ in
|
||||||
url = "https://home-manager-options.extranix.com/";
|
url = "https://home-manager-options.extranix.com/";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
title = "NixOS Manual";
|
title = "GitHub Code Search";
|
||||||
url = "https://nixos.org/manual/nixos/stable/";
|
url = "https://github.com/search?q=lang%3Anix%20&type=code";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue