From fc103684f0e2c073c3a1c0bf2a17ec42bb4c881a Mon Sep 17 00:00:00 2001 From: Devyn Freet Date: Fri, 10 Jul 2026 23:32:37 -0400 Subject: [PATCH] fix?: set home.username option --- home/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shell.nix b/home/shell.nix index ff9320d..695eb28 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -24,6 +24,7 @@ in home = { stateVersion = "26.05"; homeDirectory = homeDir; + username = name; sessionVariables = { EDITOR = "nvim"; XDG_CONFIG_HOME = "${homeDir}/.config";