-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add Home Manager module #605
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@orangci I replaced it with a link to the installation page. Also, the module was made to handle without that PR but I'll set this as a draft anyway. If anyone wants to try using it now, just change the flake input URL to my fork. |
ah i see now, your wording in the original PR message didn't make this clear is this ready, or do you need to do more work on it? |
Yes, it's ready - I wouldn't submit a PR if it wasn't xd It's just that those design problems make the inside logic messy. But functionality-wise, it's all working. I'll slowly fix them at a later date. |
ill merge this then. thanks for the contribution 💖💖💖 |
Done 👍 |
Added
module.nix
to thenix
folder.README is updated to show how to use it.
A few design problems are:
config.json
through the GUI is a problem due to how Nix works. The best workaround is to generate a file highlighting the differences instead of overwriting it so that users can easily update their config in the Nix module. This has to be done manually by nature but would also be very nice to have (low priority).