summaryrefslogtreecommitdiffstats
path: root/modules/shell/zsh.nix
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2026-01-31 15:10:46 -0500
committerJon Santmyer <jon@jonsantmyer.com>2026-01-31 15:10:46 -0500
commitf061e0b0c7ed745f372a89d5ec5f69dbd818c731 (patch)
tree6df41e1666046bb9292a3be74b278b2ba68bf78d /modules/shell/zsh.nix
parent968c8b2ad3459c9834c3d4ccb799031f9be5b6ca (diff)
downloadnix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.tar.gz
nix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.tar.bz2
nix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.zip
desktop changes 2026-01-31
Diffstat (limited to 'modules/shell/zsh.nix')
-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;