fix(zsh): use xdg.configHome in zdotdir

This commit is contained in:
2025-07-31 14:53:46 +08:00
parent 590343e5eb
commit f730d8d118

View File

@@ -78,7 +78,7 @@ lib.my.makeSwitch {
}; };
programs.zsh = { programs.zsh = {
enable = true; enable = true;
dotDir = ".config/zsh"; dotDir = "${config.my.home.xdg.configHome}/zsh";
history = { history = {
path = "${stateHome}/zsh_history"; path = "${stateHome}/zsh_history";
ignorePatterns = [ ignorePatterns = [