mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
options-search: configure title
This commit is contained in:
parent
543f4ccec6
commit
28485b0e57
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ in
|
||||||
nuschtosSearch.packages.mkSearch {
|
nuschtosSearch.packages.mkSearch {
|
||||||
optionsJSON = options-json + "/share/doc/nixos/options.json";
|
optionsJSON = options-json + "/share/doc/nixos/options.json";
|
||||||
urlPrefix = "https://github.com/nix-community/nixvim/tree/main";
|
urlPrefix = "https://github.com/nix-community/nixvim/tree/main";
|
||||||
|
title = "Nixvim options search";
|
||||||
inherit baseHref;
|
inherit baseHref;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue