Initial commit

This commit is contained in:
2023-10-28 13:24:52 +02:00
commit 2bd9025c69
11 changed files with 366 additions and 0 deletions

9
programs/git.nix Normal file
View File

@@ -0,0 +1,9 @@
{
enable = true;
userName = "Thea Schöbl";
userEmail = "dev@theaninova.de";
signing = {
key = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA";
signByDefault = true;
};
}