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

@@ -2,7 +2,6 @@
pkgs,
hostname,
user,
hostMeta,
...
}: {
imports = [
@@ -124,6 +123,6 @@
};
home-manager.users.${user} = {
programs.git.userEmail = hostMeta.email;
programs.git.userEmail = "christoph@schmatzler.com";
};
}