diff --git a/home/shell.nix b/home/shell.nix index 0884e1d..ff9320d 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -53,7 +53,7 @@ in shellAliases = myAliases; history.size = 10000; setOptions = [ "NO_BEEP" ]; - dotDir = config.xdg.configHome; + dotDir = "${config.xdg.configHome}/zsh"; plugins = [ { name = "vi-mode";