zsh: avoid escaping showing up in dotDir docs

This commit is contained in:
Robert Helgesson
2026-01-03 11:21:07 +01:00
parent bc43546503
commit 3b3164dfe3

View File

@@ -112,7 +112,7 @@ in
else
config.home.homeDirectory
'';
example = "`\${config.xdg.configHome}/zsh`";
example = literalExpression ''"''${config.xdg.configHome}/zsh"'';
description = ''
Directory where the zsh configuration and more should be located,
relative to the users home directory. The default is the home