From ec4096e9000c0b3695c05576076449ad99e905e3 Mon Sep 17 00:00:00 2001 From: Sagi Sarussi <39622904+tuxiqae@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:54:58 +0000 Subject: [PATCH] eza: fix typo in docs Changes "rograms.eza.enableAliases" to "programs.eza.enableAliases". --- modules/programs/eza.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/eza.nix b/modules/programs/eza.nix index 3c244071f..2a297b254 100644 --- a/modules/programs/eza.nix +++ b/modules/programs/eza.nix @@ -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 ];