all repos — searchix @ be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9

Search engine for NixOS, nix-darwin, home-manager and NUR users

docs: add link to default config file in nix module
Alan Pearce alan@alanpearce.eu
Mon, 20 May 2024 18:46:01 +0200
commit

be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9

parent

42b988299020219463edb3d94b4563cbfc6b2128

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M nix/modules/default.nixnix/modules/default.nix
@@ -176,7 +176,11 @@ };         };
       };
       default = { };
-      description = "Configuration for searchix (a web search interface for options in the nix ecosystem).";
+      description = ''
+        Configuration for searchix.
+
+        See https://git.alanpearce.eu/searchix/tree/defaults.toml
+      '';
     };
   };