Nix-Hyprland/home-manager/modules/git.nix
2024-05-21 06:37:47 -04:00

8 lines
115 B
Nix

{
programs.git = {
enable = true;
userName = "Yingjie Wang";
userEmail = "phywyj@gmail.com";
};
}