1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-13 06:39:44 +01: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 Mikilio
parent f283f269c1
commit 6a6d9a5121
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

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