From f730d8d118f44d871a8f3788753da287abd8f9b2 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Thu, 31 Jul 2025 14:53:46 +0800 Subject: [PATCH] fix(zsh): use xdg.configHome in zdotdir --- modules/cli/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [