6 lines
123 B
Nix
6 lines
123 B
Nix
{...}: {
|
|
den.aspects.user-personal.homeManager = {
|
|
programs.git.settings.user.email = "christoph@schmatzler.com";
|
|
};
|
|
}
|