diff --git a/modules/cli/shell/zsh.nix b/modules/cli/shell/zsh.nix index d213e7f..7e6bf02 100644 --- a/modules/cli/shell/zsh.nix +++ b/modules/cli/shell/zsh.nix @@ -78,7 +78,7 @@ lib.my.makeSwitch { }; programs.zsh = { enable = true; - dotDir = ".config/zsh"; + dotDir = "${config.my.home.xdg.configHome}/zsh"; history = { path = "${stateHome}/zsh_history"; ignorePatterns = [