diff --git a/modules/programs/zsh/default.nix b/modules/programs/zsh/default.nix index cf7e1485..0bdb0f02 100644 --- a/modules/programs/zsh/default.nix +++ b/modules/programs/zsh/default.nix @@ -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