Would your feature fix an existing issue?
not that i'm aware of
Describe the solution you'd like
just like in system profiles, i want to be able to take in pkgs (and possibly other things like config in home-manager profiles. .
Describe alternatives you've considered
I can't think of another easy way to get things where they need to go.
Additional context
There are some attributes that require packages as values, or commands that require something like ${pkgs.feh}/bin/feh to work
Would your feature fix an existing issue?
not that i'm aware of
Describe the solution you'd like
just like in system profiles, i want to be able to take in
pkgs(and possibly other things likeconfigin home-manager profiles. .Describe alternatives you've considered
I can't think of another easy way to get things where they need to go.
Additional context
There are some attributes that require packages as values, or commands that require something like
${pkgs.feh}/bin/fehto work