20 lines
303 B
Nix
20 lines
303 B
Nix
{
|
|
programs.git = {
|
|
enable = true;
|
|
lfs.enable = true;
|
|
|
|
config = {
|
|
user = {
|
|
name = "Tasia Iso";
|
|
email = "tasiaiso@proton.me";
|
|
gpg.format = "ssh";
|
|
commit.gpgsign = "true";
|
|
};
|
|
|
|
init = {
|
|
defaultBranch = "master";
|
|
};
|
|
};
|
|
};
|
|
}
|