partial modularization

This commit is contained in:
2024-04-16 22:15:44 +02:00
parent 65f12ce71d
commit 48e49a93b6
7 changed files with 97 additions and 92 deletions

View File

@@ -0,0 +1,26 @@
programs.git = {
enable = true;
userName = "Michał Czyż";
userEmail = "mike@c2yz.com";
signing = {
key = "78D4829A477DAB25";
signByDefault = true;
};
extraConfig = {
push = {
default = "simple";
};
rerere = {
enable = true;
};
column = {
ui = "auto";
};
branch = {
sort = "-committerdate";
};
init = {
defaultBranch = "main";
};
};
};