From 79808ec9492e7d414e3abe733cbfb6822efbd601 Mon Sep 17 00:00:00 2001 From: Devyn Freet Date: Fri, 10 Jul 2026 23:10:20 -0400 Subject: [PATCH] fix?: set home.homeDirectory based on module's homeDirectory option --- home/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shell.nix b/home/shell.nix index 6b29206..ad81556 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -23,6 +23,7 @@ in ]; home = { stateVersion = "26.05"; + homeDirectory = homeDir; sessionVariables = { EDITOR = "nvim"; XDG_CONFIG_HOME = "${homeDir}/.config";