up
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
chidi = {
|
||||
email = "christoph@tuist.dev";
|
||||
extraPackages = ["slack"];
|
||||
};
|
||||
|
||||
jason = {
|
||||
email = "christoph@schmatzler.com";
|
||||
extraPackages = [];
|
||||
};
|
||||
|
||||
tahani = {
|
||||
email = "christoph@schmatzler.com";
|
||||
extraPackages = [];
|
||||
};
|
||||
}
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user