This commit is contained in:
Till 2026-01-29 17:22:27 +01:00
parent 92cfae9488
commit 648602c92e
11 changed files with 13 additions and 19 deletions

View file

@ -1,9 +0,0 @@
{ ... }:
{
home.username = "alt";
programs.git.settings.user = {
name = "Till";
email = "till@ktiu.net";
};
}

View file

@ -1,5 +0,0 @@
{ ... }:
{
home.username = "guest";
}

View file

@ -1,9 +0,0 @@
{ ... }:
{
home.username = "till";
programs.git.settings.user = {
name = "Till";
email = "till@ktiu.net";
};
}