-
-
Notifications
You must be signed in to change notification settings - Fork 109
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 search feature #323
Comments
If I see correctly home manager expenses it's modules in it's flake definition.I'm working on flake support for nixos-search right now.
After that it is a configuration issue I assume.
blocked by: #324
|
in the meantime you can find all options here: https://rycee.gitlab.io/home-manager/options.html |
The blocker got merged a while ago. |
What needs to be done to get this working now? |
Decide how to expose the options in home-manager (see nix-community/home-manager#2297 (comment)), and then reflect that in the nixos-search backend, probably also with a frontend change to separate HM options from NixOS options. |
We currently do not track flake options (iirc) but should be able to. |
Did some work towards this in nix-community/home-manager#2971 (not solving the main problem). |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/the-nix-module-in-home-manager-and-nixos/20999/11 |
Citing pinpox:
|
Home manager has several services and config options available at https://github.com/nix-community/home-manager/tree/master/modules which are similar to nixos configuration options.
Searching through these manually or using github search is rather tedious.
Using
search.nixos.org
to search through these feels like a natural extension of it's feature set.The text was updated successfully, but these errors were encountered: