9 lines
135 B
Nix
9 lines
135 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "poslop";
|
|
userEmail = "poslop@archfox.org";
|
|
};
|
|
}
|