10 lines
149 B
Nix
10 lines
149 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
delta.enable = true;
|
|
userEmail = "stefan@tague.at";
|
|
userName = "s-prechtl";
|
|
};
|
|
}
|