mipmip / home-manager-option-search

Home Manager Option Search
https://home-manager-options.extranix.com/
Apache License 2.0
249 stars 15 forks source link

Search strange behavior with `programs` keyword at the beginning #16

Closed woojiq closed 9 months ago

woojiq commented 10 months ago

MRE:

  1. Search for programs.fish.shellAliases - it shows shellAliases for zsh and not fish.
  2. Search for fish.shellAliases, - it works correctly.

Also, if you search for programs.fish, it won't show all the options available for fish (I've tried to change behavior with search options, but that doesn't help much). As you can see, there are no fish.shellAliases (only zsh), fish.shellAbbrs and possibly more, but they do exist if I write without programs.

image

mipmip commented 9 months ago

this seems to be fixed together with #18