mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 03:04:34 +02:00
docs: rename modules
-> platforms
This commit is contained in:
parent
c477b7865e
commit
cd68b680cd
8 changed files with 10 additions and 10 deletions
|
@ -70,7 +70,7 @@ 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.
|
||||
This is useful is you use nixvim both as part of an environment and as standalone.
|
||||
|
||||
For more information on module-specific options, see [Platform-specific options](../modules/wrapper-options.md).
|
||||
For more information on module-specific options, see [Platform-specific options](../platforms/wrapper-options.md).
|
||||
|
||||
### Standalone usage
|
||||
|
||||
|
@ -88,4 +88,4 @@ The nixvim derivation can then be used like any other package!
|
|||
|
||||
For an example, see the [nixvim standalone flake template](https://github.com/nix-community/nixvim/blob/main/templates/simple/flake.nix).
|
||||
|
||||
For more information see [Standalone Usage](../modules/standalone.md).
|
||||
For more information see [Standalone Usage](../platforms/standalone.md).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue