8 lines
133 B
Nix
8 lines
133 B
Nix
{ pkgs, lib, ... }:
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "FredzyW";
|
|
userEmail = "fredrik@wastring.com";
|
|
};
|
|
}
|