mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
zoxide: replace outdated flag in "options" example
The "--no-aliases" option hasn't been a valid init option since 0.8.1, when it was renamed to "--no-cmd".
This commit is contained in:
parent
87c7d4df16
commit
1f7b8188a9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in {
|
|||
options = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [ ];
|
||||
example = [ "--no-aliases" ];
|
||||
example = [ "--no-cmd" ];
|
||||
description = ''
|
||||
List of options to pass to zoxide.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue