Skip to content

Unclear usage of homeManagerModules #75

@aligator

Description

@aligator

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions