summaryrefslogtreecommitdiffstats
path: root/modules/shell
diff options
context:
space:
mode:
Diffstat (limited to 'modules/shell')
-rw-r--r--modules/shell/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix
index c844564..b786356 100644
--- a/modules/shell/zsh.nix
+++ b/modules/shell/zsh.nix
@@ -44,7 +44,7 @@ in {
syntaxHighlighting.enable = true;
autocd = true;
defaultKeymap = "viins";
- dotDir = ".config/zsh";
+ dotDir = config.home.manager.xdg.configHome;
history = {
size = 10000;