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