diff options
author | Silas Schöffel <sils@sils.li> | 2025-08-22 13:38:09 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-08-22 13:38:09 +0200 |
commit | 0f6f48d0f3f5bc30bcd6ec1cf16c90df19e44a9e (patch) | |
tree | 209f661358286a71ff826aafcc8737f2009854c8 | |
parent | hm/mako: update option names (diff) | |
download | nix-config-0f6f48d0f3f5bc30bcd6ec1cf16c90df19e44a9e.zip |
zsh: replace relative dotDir path with configHome
-rw-r--r-- | hm/zsh/default.nix | 2 |
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"; |