19 lines
270 B
Nix
19 lines
270 B
Nix
#
|
|
# Git
|
|
#
|
|
|
|
{
|
|
programs = {
|
|
git = {
|
|
enable = true;
|
|
userName = "Kabbone";
|
|
userEmail = "tobias@opel-online.de";
|
|
lfs.enable = true;
|
|
signing = {
|
|
key = ~/.ssh/id_ed25519_sk_yubi_C;
|
|
signByDefault = true;
|
|
}
|
|
};
|
|
};
|
|
}
|