omniflake/users/till/home.nix
2026-03-05 09:59:10 +01:00

14 lines
161 B
Nix

{ ... }:
{
home.username = "till";
programs.git.settings.user = {
name = "Till";
email = "till@ktiu.net";
};
imports = [
./ssh.nix
];
}