Update git config with new home-manager options, replace tampermonkey with violentmonkey
This commit is contained in:
@@ -137,11 +137,11 @@
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "chase";
|
||||
userEmail = "chase@cathoderaytube.net";
|
||||
extraConfig = {
|
||||
settings = {
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
user.name = "chase";
|
||||
user.email = "chase@cathoderaytube.net";
|
||||
};
|
||||
signing = {
|
||||
format = "ssh";
|
||||
|
||||
Reference in New Issue
Block a user