This commit is contained in:
Christoph Schmatzler
2025-08-13 09:10:48 +02:00
parent c7f269343f
commit 3ce12b90b4
3 changed files with 2 additions and 20 deletions

View File

@@ -1,6 +1,5 @@
{
user,
hostMeta,
...
}: {
imports = [
@@ -11,6 +10,6 @@
networking.computerName = "Jason";
home-manager.users.${user} = {
programs.git.userEmail = hostMeta.email;
programs.git.userEmail = "christoph@schmatzler.com";
};
}