diff --git a/template/configuration.nix b/template/configuration.nix index 0c7d0a9b..6c3d4629 100644 --- a/template/configuration.nix +++ b/template/configuration.nix @@ -69,7 +69,7 @@ in { imports = [ inputs.hydenix.lib.homeModules - inputs.nix-index-database.hmModules.nix-index # Command-not-found and comma tool support + inputs.nix-index-database.homeModules.nix-index # Command-not-found and comma tool support ./modules/hm # Your custom home-manager modules (configure hydenix.hm here!) ]; };