partially fill out vars for git

This commit is contained in:
Noah Masur 2024-02-16 20:56:28 -05:00
parent fb145e5772
commit 013f67c0a8

View File

@ -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"
'';