1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

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

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 ];