mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
deploy: 2c87a6475f
This commit is contained in:
parent
2163ffa17d
commit
e44f828c74
1 changed files with 3 additions and 3 deletions
|
@ -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`
|
||||
};
|
||||
}
|
||||
</code></pre><p>The flake module defines the <code class="literal">flake.homeManagerModules</code> and <code class="literal">flake.homeConfigurations</code>
|
||||
</code></pre><p>The flake module defines the <code class="literal">flake.homeModules</code> and <code class="literal">flake.homeConfigurations</code>
|
||||
options, allowing them to be properly merged if they are defined in multiple
|
||||
modules.</p><p>If you are only defining <code class="literal">homeManagerModules</code> and/or <code class="literal">homeConfigurations</code> once in a
|
||||
modules.</p><p>If you are only defining <code class="literal">homeModules</code> and/or <code class="literal">homeConfigurations</code> once in a
|
||||
single module, flake-parts should work fine without importing
|
||||
<code class="literal">flakeModules.home-manager</code>.</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue