Update git config with new home-manager options, replace tampermonkey with violentmonkey
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user