Update git config with new home-manager options, replace tampermonkey with violentmonkey

This commit is contained in:
2025-10-21 10:29:51 -04:00
parent 0abf588a36
commit 7804b1bbbc
2 changed files with 4 additions and 4 deletions

View File

@@ -137,11 +137,11 @@
programs.git = { programs.git = {
enable = true; enable = true;
userName = "chase"; settings = {
userEmail = "chase@cathoderaytube.net";
extraConfig = {
init.defaultBranch = "main"; init.defaultBranch = "main";
pull.rebase = true; pull.rebase = true;
user.name = "chase";
user.email = "chase@cathoderaytube.net";
}; };
signing = { signing = {
format = "ssh"; format = "ssh";

View File

@@ -76,8 +76,8 @@
search-by-image search-by-image
sponsorblock sponsorblock
tab-session-manager tab-session-manager
tampermonkey
ublock-origin ublock-origin
violentmonkey
windscribe windscribe
ytcfilter ytcfilter
]; ];