flocon/home/common/programs/git.nix

15 lines
254 B
Nix

_: {
programs.git = {
enable = true;
userName = "Anthony Rodriguez";
userEmail = "anthony@nezia.dev";
signing = {
signByDefault = true;
key = "EE3BE97C040A86CE";
};
};
programs.lazygit = {
enable = true;
};
}