fix relative path in dotdir

This commit is contained in:
2025-11-11 19:29:37 -06:00
parent 7ce43bf8e7
commit c9bcda6043

View File

@@ -22,7 +22,7 @@ in {
programs.${program} = {
enable = true;
dotDir = ".config/zsh";
dotDir = "`\${config.xdg.configHome}/zsh`";
autocd = true;
enableCompletion = true;