fix: fix git username

This commit is contained in:
punkfairie 2025-06-01 20:48:38 -07:00
parent cff0ea5cac
commit b5a5b2c727
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -10,7 +10,8 @@
username = "punkfairie";
email = "marley@punkfairie.net";
git = {
inherit name email;
name = username;
inherit email;
};
};
in {