home-manager: expose all attributes returned by evalModules
This change brings the homeConfigurations output inline with how the nixosConfiguration output presents its attributes. The primary purpose is for exposing the graph attribute however there is no downside to exposing the rest along with it to prevent needing to add each desired attribute individually in the future if more are added.
This commit is contained in:
parent
6cdf765eed
commit
3a92ffa192
1 changed files with 2 additions and 3 deletions
|
|
@ -57,9 +57,8 @@ let
|
|||
let
|
||||
module = moduleChecks rawModule;
|
||||
in
|
||||
{
|
||||
inherit (module) options config;
|
||||
|
||||
module
|
||||
// {
|
||||
activationPackage = module.config.home.activationPackage;
|
||||
|
||||
# For backwards compatibility. Please use activationPackage instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue