fix?: set home.username option

This commit is contained in:
Devyn Freet
2026-07-10 23:32:59 -04:00
parent 790b66c86b
commit fc103684f0
+1
View File
@@ -24,6 +24,7 @@ in
home = { home = {
stateVersion = "26.05"; stateVersion = "26.05";
homeDirectory = homeDir; homeDirectory = homeDir;
username = name;
sessionVariables = { sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
XDG_CONFIG_HOME = "${homeDir}/.config"; XDG_CONFIG_HOME = "${homeDir}/.config";