nix/hosts/phone/home/git/default.nix

8 lines
104 B
Nix
Raw Normal View History

2024-10-04 18:30:45 +02:00
{
2024-09-22 13:42:52 +02:00
programs.git = {
enable = true;
userEmail = "mail@joygnu.org";
2024-10-04 16:16:47 +02:00
userName = "joy";
2024-09-22 13:42:52 +02:00
};
}