From a37bdacf248a0d311b27d73d72be18381dd2c8c8 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:33:41 -0600 Subject: [PATCH] dotdir warning --- modules/home-manager/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 87ef31b..2f39bb3 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -7,6 +7,7 @@ enableCompletion = true; autosuggestion.enable = true; # syntaxHighlighting.enable = true; + dotDir = "${config.xdg.configHome}/zsh"; history = { append = true; ignoreAllDups = true;