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:
parent
f283f269c1
commit
6a6d9a5121
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue