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

8 lines
115 B
Nix
Raw Normal View History

2024-09-22 13:42:52 +02:00
{ ...}: {
programs.git = {
enable = true;
userEmail = "mail@joygnu.org";
userName = "joygnu";
};
}