diff --git a/modules/cross-platform/home-manager/zsh.nix b/modules/cross-platform/home-manager/zsh.nix index 175c0a7..3ff9bda 100644 --- a/modules/cross-platform/home-manager/zsh.nix +++ b/modules/cross-platform/home-manager/zsh.nix @@ -42,7 +42,7 @@ autosuggestion.enable = true; historySubstringSearch.enable = true; - dotDir = "${config.home.homeDirectory}.config/zsh"; + dotDir = "${config.home.homeDirectory}/.config/zsh"; shellAliases = { # General aliases