-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
homemanager module not working #315
Comments
Its hard to tell if this is me misusing the module, or a problem due to #306 |
Turns out its not related to the configuration, just enabling the module causes the error. |
How do you import it? It looks like you're not using home-manager.sharedModules or the equivalent. |
This is from my flake.nix, I've edited out irrelevant code:
I'm unsure as to what sharedModules is. |
You are trying to import a home manager module as a system module. Try this, wherever you define your home-manager configuration:
|
That fixed it, thank you! |
Building with the following in my home.nix after enabling the home manager module:
leads to the following error:
The text was updated successfully, but these errors were encountered: