Commit bc62ccdf55e9

Vincent Demeester <vincent@sbr.pm>
2025-08-06 16:31:56
home/shell: fix zsh config
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ca73ba3
Changed files (1)
home
common
shell
home/common/shell/zsh.nix
@@ -24,7 +24,7 @@
     enableCompletion = true;
     autosuggestion.enable = true;
     autocd = true;
-    dotDir = ".config/zsh";
+    dotDir = "${config.xdg.configHome}/zsh";
     defaultKeymap = "emacs";
     history = {
       expireDuplicatesFirst = true;