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";
};
}

View File

@@ -1,16 +0,0 @@
{
chidi = {
email = "christoph@tuist.dev";
extraPackages = ["slack"];
};
jason = {
email = "christoph@schmatzler.com";
extraPackages = [];
};
tahani = {
email = "christoph@schmatzler.com";
extraPackages = [];
};
}

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";
};
}