commit 132b917cf09639404fb44341f22cebad262fb128 parent d3c7287051fab08e72f66ca894875dbf0b9d94dd Author: breadcat <breadcat@users.noreply.github.com> Date: Thu, 28 May 2026 15:20:02 +0100 Missing variable code Diffstat:
| M | machines/artemis.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/machines/artemis.nix b/machines/artemis.nix @@ -27,7 +27,7 @@ let machine = "artemis"; in { ../scripts/stagit-generate.nix ../scripts/taudiobooker.nix ]; - home-manager.users.${username} = {pkgs, ...}: { imports = [ + home-manager.users.${vars.user.username} = {pkgs, ...}: { imports = [ ../home/fish.nix ../home/git.nix ../home/htop.nix