summary refs log tree commit diff stats
path: root/hm/zsh/default.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-08-22 13:38:09 +0200
committerSilas Schöffel <sils@sils.li>2025-08-22 13:38:09 +0200
commit0f6f48d0f3f5bc30bcd6ec1cf16c90df19e44a9e (patch)
tree209f661358286a71ff826aafcc8737f2009854c8 /hm/zsh/default.nix
parenthm/mako: update option names (diff)
downloadnix-config-0f6f48d0f3f5bc30bcd6ec1cf16c90df19e44a9e.zip
zsh: replace relative dotDir path with configHome
Diffstat (limited to 'hm/zsh/default.nix')
-rw-r--r--hm/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/zsh/default.nix b/hm/zsh/default.nix
index 88a429d..899bce5 100644
--- a/hm/zsh/default.nix
+++ b/hm/zsh/default.nix
@@ -13,7 +13,7 @@
     enableCompletion = true;
 
     autocd = true;
-    dotDir = ".config/zsh";
+    dotDir = "${config.xdg.configHome}/zsh";
 
     history = {
       path = "${config.xdg.stateHome}/zsh/zsh_history";