Committed after home build
diff --git a/users/minion/home.nix b/users/minion/home.nix
index 41b0ff9..cdfeddd 100644
--- a/users/minion/home.nix
+++ b/users/minion/home.nix
@@ -62,7 +62,7 @@
     '';
     enableSyntaxHighlighting = true;
     autocd = true;
-    dotDir = "../..${config.xdg.dataHome}/zsh";
+    dotDir = ".local/share/zsh";
   };
 
   programs.git = {