From e9aaad4684f67904924526283aaf97a3f6a088db Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 14 Aug 2025 19:00:25 +0200 Subject: [PATCH] feat(desktop): fix path. --- modules/cross-platform/home-manager/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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