mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 14:20: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";
|
||
|
};
|
||
|
}
|