From a21447169e3dd7b934268e67ba09f08061b40d2b Mon Sep 17 00:00:00 2001 From: Devyn Freet Date: Fri, 10 Jul 2026 23:23:42 -0400 Subject: [PATCH] fix?: set dotDir to config.xdg.configHome --- home/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shell.nix b/home/shell.nix index ad81556..0884e1d 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -53,6 +53,7 @@ in shellAliases = myAliases; history.size = 10000; setOptions = [ "NO_BEEP" ]; + dotDir = config.xdg.configHome; plugins = [ { name = "vi-mode";