This commit is contained in:
Schrottkatze 2025-12-03 13:12:31 +01:00
commit 3cb7360f5e
No known key found for this signature in database
7 changed files with 73 additions and 51 deletions

View file

@ -14,15 +14,11 @@
{
programs.git = {
enable = true;
userName = "Schrottkatze";
userEmail = "git@schrottkatze.de";
aliases = {
a = "add";
c = "commit";
ca = "commit --all";
p = "push";
pl = "pull";
s = "status";
settings = {
user = {
name = "Schrottkatze";
email = "git@schrottkatze.de";
};
};
signing = {
format = "ssh";