···43434444in
4545{
4646- den.provides.home-manager =
4747- _:
4848- throw ''
4949- NOTICE: den.provides.home-manager aspect is not needed anymore.
5050-5151- Enabling Home Manager is now made via the host config:
5252-5353- Per host:
5454-5555- den.hosts.x86_64-linux.igloo.home-manager.enable = true;
5656-5757- On ALL hosts:
5858-5959- den.base.host.home-manager.enable = true;
6060-6161- See <den/home-manager/hm-os.nix>
6262-6363- If you had includes at den._.home-manager, you can use:
6464-6565- den.ctx.hm-host.includes = [ ... ];
6666-6767- For attaching aspects to home-manager enabled hosts.
6868- '';
4646+ den.provides.home-manager = {};
69477048 den.ctx.home.description = "Standalone Home-Manager config provided by home aspect";
7149 den.ctx.home._.home = { home }: parametric.fixedTo { inherit home; } den.aspects.${home.aspect};