From 32a3d692f46f47d31bef61b2741e9b7ce0780835 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 6 Jul 2023 11:55:47 +0800 Subject: [PATCH] feat: add Home Manager Option Search --- docs/nixos-with-flakes/start-using-home-manager.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/nixos-with-flakes/start-using-home-manager.md b/docs/nixos-with-flakes/start-using-home-manager.md index ef5b663..2580d2c 100644 --- a/docs/nixos-with-flakes/start-using-home-manager.md +++ b/docs/nixos-with-flakes/start-using-home-manager.md @@ -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.