mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
Change hm-module to default as can be found in the code
This commit is contained in:
parent
2021345845
commit
10ed327a1d
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue