-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Feature Request] Home Manager support #11
Comments
Yes, i think it could be a good idea. I think we should consider adding configuration to allow comin running a Home Manager switch to configuration instead of NixOS switch to configuration. This implies a comin instance would not be able to support both NixOS and Home manager simultaneously. We should however hit some issues with the model since a It would be nice to have an idea of the comin NixOS module interface also, because we would have to modify it i think. |
I'm not super familiar with the activation process on NixOS, I just read a little bit the comin codebase and I saw that you use some Home Manager on the other hand seems to just do a |
I think The NixOS deployment and Home Manager deployment should be pretty similar:
However, regarding NixOS, comin is switching but it also does some other small tasks such as:
I think these tasks should not be executed if the Home Manager context. How would you plan to run comin to support deploy Home Manager?
|
Ideally the Nix interface should be mostly the same, meaning it should be a HM module that you call a as a service that creates a
Maybe there is a case (env vars) that may need a re-login tho. |
It would be nice if this could also export a HM module to pull the config and switch to it.
The text was updated successfully, but these errors were encountered: