diff --git a/index.xhtml b/index.xhtml index 7d7fad141..ec1a48501 100644 --- a/index.xhtml +++ b/index.xhtml @@ -575,15 +575,15 @@ you may wish to import Home Manager’s flake module, inputs.home-manager.flakeModules.home-manager ]; flake = { - # Define `homeManagerModules`, `homeConfigurations`, + # Define `homeModules`, `homeConfigurations`, # `nixosConfigurations`, etc here }; # See flake.parts for more features, such as `perSystem` }; } -
The flake module defines the flake.homeManagerModules and flake.homeConfigurations
+
The flake module defines the flake.homeModules and flake.homeConfigurations
options, allowing them to be properly merged if they are defined in multiple
-modules.
If you are only defining homeManagerModules and/or homeConfigurations once in a
+modules.
If you are only defining homeModules and/or homeConfigurations once in a
single module, flake-parts should work fine without importing
flakeModules.home-manager.