zoxide: clarify options option

The value of the option `programs.zoxide.options` is passed to `zoxide
init` at shell initialization time, not to the command itself when
it's called by the user from their shell. This change makes that a
little bit clearer in the documentation.
This commit is contained in:
Patrick Nuckolls 2024-09-11 16:23:08 -07:00 committed by Robert Helgesson
parent 51e1d69f7a
commit 14929f7089
Failed to generate hash of commit

View file

@ -28,7 +28,7 @@ in {
default = [ ];
example = [ "--no-cmd" ];
description = ''
List of options to pass to zoxide.
List of options to pass to zoxide init.
'';
};