fix?: set home.homeDirectory based on module's homeDirectory option

This commit is contained in:
Devyn Freet
2026-07-10 23:10:20 -04:00
parent c1f029289c
commit 79808ec949
+1
View File
@@ -23,6 +23,7 @@ in
]; ];
home = { home = {
stateVersion = "26.05"; stateVersion = "26.05";
homeDirectory = homeDir;
sessionVariables = { sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
XDG_CONFIG_HOME = "${homeDir}/.config"; XDG_CONFIG_HOME = "${homeDir}/.config";