zsh: Fix value of option dotDir

This commit is contained in:
SebastianStork 2025-11-26 20:20:53 +01:00
parent d679adc47f
commit 636b83ccf5
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -11,7 +11,7 @@
programs = { programs = {
zsh = { zsh = {
enable = true; enable = true;
dotDir = ".config/zsh"; dotDir = "${config.xdg.configHome}/zsh";
autocd = true; autocd = true;
autosuggestion.enable = true; autosuggestion.enable = true;