diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 620eefb..c9fb506 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -17,7 +17,7 @@ ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin ''; - dotDir = ".config/zsh"; + dotDir = "{config.xdg.configHome}zsh"; history.path = "${dotDir}/.zsh_history";