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:
NotAShelf 2023-03-30 02:12:21 +03:00 committed by GitHub
commit dc3dd18877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Followed by importing the HM module.
[source,nix]
----
{
imports = [ neovim-flake.nixosModules.hm-module ];
imports = [ neovim-flake.nixosModules.default ];
}
----