Is your feature request related to a problem? Please describe.
Blueprint supports automatically loading home-manager in NixOS and nix-darwin when it is present as an input and one or more user configs is present. The system-manager does not support this automatic home-manager loading.
E.g. for NixOS:
|
] ++ mkHomeUsersModule hostName home-manager.nixosModules.default; |
Describe the solution you'd like
Would it be possible to load the NixOS module into system-manager in a similar way?
Describe alternatives you've considered
If its not possible, this line in the documentation should be updated to mention that the automatic passthrough only works for nix-darwin and NixOS.
Is your feature request related to a problem? Please describe.
Blueprint supports automatically loading home-manager in NixOS and nix-darwin when it is present as an input and one or more user configs is present. The system-manager does not support this automatic home-manager loading.
E.g. for NixOS:
blueprint/lib/default.nix
Line 356 in 5a9bba0
Describe the solution you'd like
Would it be possible to load the NixOS module into system-manager in a similar way?
Describe alternatives you've considered
If its not possible, this line in the documentation should be updated to mention that the automatic passthrough only works for nix-darwin and NixOS.