mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
docs: hotfix module guide links
This commit is contained in:
parent
3f7e6ce850
commit
bd1794e89d
1 changed files with 2 additions and 2 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.
|
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 is you use nixvim both as part of an environment and as standalone.
|
||||||
|
|
||||||
If using the home-manager module, see [Home Manager Usage](../modules/hm.md) for more information.
|
If using the home-manager module, see [Home Manager Usage](./modules/hm.md) for more information.
|
||||||
|
|
||||||
### Standalone usage
|
### Standalone usage
|
||||||
|
|
||||||
|
@ -87,4 +87,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 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](./modules/standalone.md).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue