From 17129d38f16298081ff6d261f920ca9d00a5899c Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 00:24:27 +0100 Subject: [PATCH] why was this ever set to this --- modules/nixos/core/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/core/zsh.nix b/modules/nixos/core/zsh.nix index f87fd6a..291dbf9 100644 --- a/modules/nixos/core/zsh.nix +++ b/modules/nixos/core/zsh.nix @@ -4,7 +4,7 @@ programs.zsh = { enable = true; shellInit = '' - export ZDOTDIR=$HOME/.local/share/zsh + export ZDOTDIR=$HOME/.config/zsh ''; }; }