11 lines
194 B
Nix
11 lines
194 B
Nix
{ ... }:
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
settings = {
|
|
user.email = "autumn-the-kitty-cat@noreply.gitea.thekittycat.ca";
|
|
user.name = "autumn-the-kitty-cat";
|
|
};
|
|
};
|
|
}
|