1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-29 01:37:28 +02:00

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
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

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