From 78f5fd5cb4fd318e3e511d7d7d33f3e2db61bf7c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 14 Jan 2022 09:19:17 -0500 Subject: [PATCH] fix(zsh): fix zsh dotdir --- users/profiles/shells/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index c9fb506..8a81994 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.xdg.configHome}zsh"; + dotDir = "${config.xdg.configHome}zsh"; history.path = "${dotDir}/.zsh_history";