mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-19 07:29:49 +01:00
Merge pull request #30 from Vagahbond/fix-documentation-home-module
Change hm-module to default as can be found in the code
This commit is contained in:
commit
dc3dd18877
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Followed by importing the HM module.
|
|||
[source,nix]
|
||||
----
|
||||
{
|
||||
imports = [ neovim-flake.nixosModules.hm-module ];
|
||||
imports = [ neovim-flake.nixosModules.default ];
|
||||
}
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in a new issue