Skip to content

Commit

Permalink
readme: add docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Jun 28, 2024
1 parent 53f8472 commit 9401f70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ inputs = {
{
imports = [ inputs.nvim.nixosModules.nvim ];
# See <https://nix-community.github.io/nixvim/NeovimOptions/index.html>
# for availabe options.
programs.nixvim.enable = true;
}
```
Expand All @@ -41,6 +43,8 @@ inputs = {
{
imports = [ inputs.nvim.homeManagerModules.nvim ];
# See <https://nix-community.github.io/nixvim/NeovimOptions/index.html>
# for availabe options.
programs.nixvim.enable = true;
}
```
Expand All @@ -58,6 +62,8 @@ inputs = {
environment.systemPackages = [
(inputs.nvim.packages.x86_64-linux.nixvimWithOptions {
inherit pkgs;
# See <https://nix-community.github.io/nixvim/NeovimOptions/index.html>
# for availabe options.
options.enableMan = false;
})
];
Expand Down

0 comments on commit 9401f70

Please sign in to comment.