This commit is contained in:
2025-08-12 19:32:49 +00:00
parent 2a40e49f70
commit fc6bf69f00
22 changed files with 102 additions and 98 deletions

View File

@@ -1,4 +1,8 @@
{user, ...}: {
{
user,
hostMeta,
...
}: {
imports = [
../shared.nix
];
@@ -7,6 +11,6 @@
networking.computerName = "Jason";
home-manager.users.${user} = {
programs.git.userEmail = "christoph@schmatzler.com";
programs.git.userEmail = hostMeta.email;
};
}