mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 19:30:19 +01:00
6 lines
108 B
Nix
6 lines
108 B
Nix
{config, ...}: {
|
|
programs.git = {
|
|
userName = "traxys";
|
|
userEmail = config.extraInfo.email;
|
|
};
|
|
}
|