fix?: changed zsh dotDir path to string with /zsh

This commit is contained in:
Devyn Freet
2026-07-10 23:28:15 -04:00
parent a21447169e
commit 2dcff861fe
+1 -1
View File
@@ -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";