docs: fix codeblock closing in standalone installation guide

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964ea02c71459a2be778c9e91897f6e49ae
This commit is contained in:
raf 2025-07-30 14:07:50 +03:00
commit 8092a6f188
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -49,7 +49,8 @@ the default theme enabled. You may use other options inside `config.vim` in
# ... # ...
modules = [ modules = [
# This will make wrapped neovim available in your system packages # This will make wrapped neovim available in your system packages
# Can also move this to another config file if you pass inputs/self around with specialArgs # Can also move this to another config file if you pass your own
# inputs/self around with specialArgs
({pkgs, ...}: { ({pkgs, ...}: {
environment.systemPackages = [self.packages.${pkgs.stdenv.system}.neovim]; environment.systemPackages = [self.packages.${pkgs.stdenv.system}.neovim];
}) })
@ -58,4 +59,5 @@ the default theme enabled. You may use other options inside `config.vim` in
}; };
}; };
}; };
}``` }
```