diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 06210dc..213c963 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -20,7 +20,7 @@ dotDir = ".config/zsh"; - history.path = "$ZDOTDIR/.zsh_history"; + history.path = "${dotDir}/.zsh_history"; oh-my-zsh = { enable = true;