zsh: Fix deprecated config dir

This commit is contained in:
Jan Kremer 2025-07-30 21:20:24 +02:00
parent 32ac9437bf
commit 8ea928ebfc
Signed by: jan
GPG key ID: A7DA689CB3B078EC

View file

@ -3,7 +3,7 @@
programs.zsh = {
enable = true;
# enableVteIntegration = true;
dotDir = ".config/zsh";
dotDir = "${config.xdg.configHome}/zsh";
history = {
path = "${config.xdg.stateHome}/zsh/zsh_history";
extended = true;