omniflake/users/till/home.nix
2026-01-29 17:22:27 +01:00

9 lines
126 B
Nix

{ ... }:
{
home.username = "till";
programs.git.settings.user = {
name = "Till";
email = "till@ktiu.net";
};
}