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
commit

be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9

parent

42b988299020219463edb3d94b4563cbfc6b2128

1 file changed, 5 insertions(+), 1 deletion(-)

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 + ''; }; };