git and gpg config

This commit is contained in:
Rouven Seifert 2023-01-06 22:39:08 +01:00
parent 79c06a749a
commit 06ab8644cd
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 22 additions and 2 deletions

View file

@ -11,4 +11,11 @@
commit.gpgsign = true;
};
};
programs.gh = {
enable = true;
settings = {
editor = "nvim";
git_protocol = "ssh";
};
};
}