From 969ab14046c46c8e2156c0cced1e9d4eb105b803 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 7 Nov 2024 15:45:03 +0300 Subject: [PATCH] docs/installation: connect custom-configuration section to the module chapters better --- docs/manual/installation/custom-configuration.md | 6 ++++-- docs/manual/installation/modules/home-manager.md | 6 ++++-- docs/manual/installation/modules/nixos.md | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/manual/installation/custom-configuration.md b/docs/manual/installation/custom-configuration.md index 64ae64e..b6c2716 100644 --- a/docs/manual/installation/custom-configuration.md +++ b/docs/manual/installation/custom-configuration.md @@ -58,8 +58,10 @@ An example flake that exposes your custom Neovim configuration might look like -The next two chapters will detail specific usage of standalone nvf -configurations on NixOS and Home-Manager. +The above setup will allow to set up nvf as a standalone flake, which you can +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. ```{=include=} chapters standalone/nixos.md diff --git a/docs/manual/installation/modules/home-manager.md b/docs/manual/installation/modules/home-manager.md index 6764f79..a217015 100644 --- a/docs/manual/installation/modules/home-manager.md +++ b/docs/manual/installation/modules/home-manager.md @@ -77,7 +77,9 @@ 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 avaliable options -in the [appendix](https://notashelf.github.io/nvf/options) +installation sections of the manual. You may find all available options in the +[appendix](https://notashelf.github.io/nvf/options) + ::: diff --git a/docs/manual/installation/modules/nixos.md b/docs/manual/installation/modules/nixos.md index 9cbc144..d8be203 100644 --- a/docs/manual/installation/modules/nixos.md +++ b/docs/manual/installation/modules/nixos.md @@ -76,7 +76,9 @@ 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 avaliable options -in the [appendix](https://notashelf.github.io/nvf/options) +installation sections of the manual. You may find all available options in the +[appendix](https://notashelf.github.io/nvf/options) + :::