flocon/home/common/programs/git.nix

17 lines
263 B
Nix

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