From 013f67c0a83795f77ba752cf94cfb376590537b6 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:56:28 -0500 Subject: [PATCH] partially fill out vars for git --- modules/common/shell/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/shell/git.nix b/modules/common/shell/git.nix index 8b50582..2eb777b 100644 --- a/modules/common/shell/git.nix +++ b/modules/common/shell/git.nix @@ -45,7 +45,7 @@ in { # TODO: fix with variables xdg.configFile."git/personal".text = '' [user] - name = "Noah Masur" + name = "${config.fullName}" email = "7386960+nmasur@users.noreply.github.com" '';