Change hm-module to default as can be found in the code

This commit is contained in:
Yoni FIRROLONI 2023-03-29 12:30:08 +02:00
parent 2021345845
commit 10ed327a1d

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 ];
}
----