Skip to content

Commit

Permalink
docs: hotfix module guide links
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon authored and GaetanLepage committed Apr 1, 2024
1 parent 3f7e6ce commit bd1794e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

Expand All @@ -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 more information see [Standalone Usage](../modules/standalone.md).
For more information see [Standalone Usage](./modules/standalone.md).

0 comments on commit bd1794e

Please sign in to comment.