mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs: introduce a dedicated homepage
Based of the README for now, with a small additional "welcome to the docs" section. Perhaps in future, we could re-use the README.md verbatim? Perhaps with some additional post-processing. I think we'd want to dramatically reduce its size first though. By having a dedicated homepage outside of `user-guide`, this fixes #1625
This commit is contained in:
parent
47b563d4e1
commit
5992a22821
3 changed files with 40 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.
|
||||
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
|
||||
|
||||
|
@ -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](../modules/standalone.md).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue