mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 00:40:33 +01:00
13 lines
149 B
Nix
13 lines
149 B
Nix
{
|
|
inputs,
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "xqtc161";
|
|
userEmail = "xqtc@tutanota.com";
|
|
};
|
|
}
|