mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
fix(docs): typo in install.md
This commit is contained in:
parent
f3ef2721ab
commit
6830c55d09
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ You will then be able to enable nixvim through `programs.nixvim.enable = true`,
|
||||||
options as `programs.nixvim.<path>.<to>.<option> = <value>`.
|
options as `programs.nixvim.<path>.<to>.<option> = <value>`.
|
||||||
|
|
||||||
When you use nixvim as a module, an additional module argument is passed on allowing you to peek through the configuration with `hmConfig`, `nixosConfig`, and `darwinConfig` for home-manager, NixOS, and nix-darwin respectively.
|
When you use nixvim as a module, an additional module argument is passed on allowing you to peek through the configuration with `hmConfig`, `nixosConfig`, and `darwinConfig` for home-manager, NixOS, and nix-darwin respectively.
|
||||||
This is useful is you use nixvim both as part of an environment and as standalone.
|
This is useful if you use nixvim both as part of an environment and standalone.
|
||||||
|
|
||||||
For more platform-specific options and information, see [Nixvim Platforms](../platforms/index.md).
|
For more platform-specific options and information, see [Nixvim Platforms](../platforms/index.md).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue