diff options
author | Alan Pearce | 2024-05-20 18:46:01 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-20 18:46:01 +0200 |
commit | be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9 (patch) | |
tree | 7a4b8bf83a7f10fee4f428414270eca39985070d /nix | |
parent | 42b988299020219463edb3d94b4563cbfc6b2128 (diff) | |
download | searchix-be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9.tar.lz searchix-be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9.tar.zst searchix-be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9.zip |
docs: add link to default config file in nix module
Diffstat (limited to 'nix')
-rw-r--r-- | nix/modules/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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 + ''; }; }; |