From be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 20 May 2024 18:46:01 +0200 Subject: docs: add link to default config file in nix module --- nix/modules/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nix/modules') diff --git a/nix/modules/default.nix b/nix/modules/default.nix index 093840b..cd17ca3 100644 --- a/nix/modules/default.nix +++ b/nix/modules/default.nix @@ -176,7 +176,11 @@ in }; }; 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 + ''; }; }; -- cgit 1.4.1