eza: fix typo in docs

Changes "rograms.eza.enableAliases" to "programs.eza.enableAliases".
This commit is contained in:
Sagi Sarussi 2024-03-14 19:54:58 +00:00 committed by GitHub
parent bd9141ea97
commit ec4096e900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ with lib;
options per shell, for example, 'programs.eza.enableBashIntegration'.
Note, the default for these options is 'true' so if you want to enable the
aliases you can simply remove 'rograms.eza.enableAliases' from your
aliases you can simply remove 'programs.eza.enableAliases' from your
configuration.'';
mkRenamed = opt:
mkRenamedOptionModule [ "programs" "exa" opt ] [ "programs" "eza" opt ];