-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Description
Hi,
While adapting the config to my needs, I had to search quite some time, how to use the modules from homeManagerModules.
I hope I found the correct usage now. I had to add it to the imports inside the home.nix
# You can import other home-manager modules here
imports = [
...
]
++ (builtins.attrValues outputs.homeManagerModules);As there is no reference to it, it is a bit hard for a beginner to find that.
Could you just add that to the configuration as hint for new users?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels