feat: add Home Manager Option Search

This commit is contained in:
Ryan Yin 2023-07-06 11:55:47 +08:00
parent 403c1e3a36
commit 32a3d692f4

View File

@ -214,4 +214,5 @@ After the installation, all user-level packages and configuration can be managed
To find the options we can use in `home.nix`, referring to the following documents:
- [Home Manager - Appendix A. Configuration Options](https://nix-community.github.io/home-manager/options.html): A list of all options, it is recommended to search for keywords in it.
- [Home Manager Option Search](https://mipmip.github.io/home-manager-option-search/) is another option search tool with better UI.
- [home-manager](https://github.com/nix-community/home-manager): Some options are not listed in the official documentation, or the documentation is not clear enough, you can directly search and read the corresponding source code in this home-manager repo.