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

View file

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