feat(home): Set my

This commit is contained in:
punkfairie 2024-11-15 18:22:58 -08:00
parent 42c73f9777
commit c4748ddedd
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -0,0 +1,10 @@
{ namespace, ... }:
{
options.${namespace}.my = rec {
name = "marley";
username = "punkfairie";
fullName = "Marley Rae";
email = "marley@punkfairie.net";
git.name = username;
};
}