From 3708f788e25d8602dde5b63bf66f9579357fef2f Mon Sep 17 00:00:00 2001 From: saygo-png Date: Sat, 12 Jul 2025 15:23:19 +0200 Subject: [PATCH] docs: fix typo Signed-off-by: saygo-png --- docs/lib/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/index.md b/docs/lib/index.md index e52f98a6..3a4f2f4a 100644 --- a/docs/lib/index.md +++ b/docs/lib/index.md @@ -10,7 +10,7 @@ If Nixvim is built using the standalone method, you can access our "helpers" as } ``` -If Nixvim is being used as as a home-manager module, a nixos module, or as a dawwin module, +If Nixvim is being used as as a home-manager module, a nixos module, or as a darwin module, our "helpers" can be accessed via the `config.lib` option: ```nix