diff --git a/docs/manual/installation/custom-configuration.md b/docs/manual/installation/custom-configuration.md index 940f35a3..726efaed 100644 --- a/docs/manual/installation/custom-configuration.md +++ b/docs/manual/installation/custom-configuration.md @@ -61,6 +61,14 @@ build independently from your system configuration while also possibly sharing it with others. The next two chapters will detail specific usage of such a setup for a package output in the context of NixOS or Home-Manager installation. +::: {.note} + +Once you have nvf installed, head over to [](#ch-configuring) for an overview of +how to configure nvf, or [](#ch-options) for the full reference of all available +options + +::: + ```{=include=} chapters standalone/nixos.md standalone/home-manager.md diff --git a/docs/manual/installation/modules/home-manager.md b/docs/manual/installation/modules/home-manager.md index 2b359af5..83e9af7f 100644 --- a/docs/manual/installation/modules/home-manager.md +++ b/docs/manual/installation/modules/home-manager.md @@ -84,8 +84,8 @@ configure **nvf**. ::: {.note} -**nvf** exposes a lot of options, most of which are not referenced in the -installation sections of the manual. You may find all available options in the -[appendix](https://notashelf.github.io/nvf/options) +Now that you have nvf installed, head over to [](#ch-configuring) for an +overview of how to configure nvf, or [](#ch-options) for the full reference of +all available options ::: diff --git a/docs/manual/installation/modules/nixos.md b/docs/manual/installation/modules/nixos.md index bcf7472b..6309f77b 100644 --- a/docs/manual/installation/modules/nixos.md +++ b/docs/manual/installation/modules/nixos.md @@ -82,8 +82,8 @@ configure **nvf**. ::: {.note} -**nvf** exposes a lot of options, most of which are not referenced in the -installation sections of the manual. You may find all available options in the -[appendix](https://notashelf.github.io/nvf/options) +Now that you have nvf installed, head over to [](#ch-configuring) for an +overview of how to configure nvf, or [](#ch-options) for the full reference of +all available options ::: diff --git a/docs/manual/installation/standalone/home-manager.md b/docs/manual/installation/standalone/home-manager.md index 0c1dc025..4c520b41 100644 --- a/docs/manual/installation/standalone/home-manager.md +++ b/docs/manual/installation/standalone/home-manager.md @@ -53,3 +53,11 @@ the default theme enabled. You may use other options inside `config.vim` in }; } ``` + +::: {.note} + +Now that you have nvf installed, head over to [](#ch-configuring) for an +overview of how to configure nvf, or [](#ch-options) for the full reference of +all available options + +::: diff --git a/docs/manual/installation/standalone/nixos.md b/docs/manual/installation/standalone/nixos.md index 267d15b7..e10f9d36 100644 --- a/docs/manual/installation/standalone/nixos.md +++ b/docs/manual/installation/standalone/nixos.md @@ -58,4 +58,13 @@ the default theme enabled. You may use other options inside `config.vim` in }; }; }; -}``` +} +``` + +::: {.note} + +Now that you have nvf installed, head over to [](#ch-configuring) for an +overview of how to configure nvf, or [](#ch-options) for the full reference of +all available options + +:::