From cfb55f980dc26c66f3181f0ce337f76a9151f1e2 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 12 Nov 2025 00:36:23 -0600 Subject: [PATCH] fix zdot till stable update --- users/blake/dots/core/zsh/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/blake/dots/core/zsh/default.nix b/users/blake/dots/core/zsh/default.nix index cea3834..e3118f2 100644 --- a/users/blake/dots/core/zsh/default.nix +++ b/users/blake/dots/core/zsh/default.nix @@ -22,7 +22,8 @@ in { programs.${program} = { enable = true; - dotDir = "${config.xdg.configHome}/zsh"; + #dotDir = "${config.xdg.configHome}/zsh"; + dotDir = ".config/zsh"; autocd = true; enableCompletion = true;