Git signing, Firefox add-on config
This commit is contained in:
@@ -153,6 +153,11 @@
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
};
|
||||
signing = {
|
||||
format = "ssh";
|
||||
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSQX+s8Krl312DcnUtoEWOA2silcUnt5URtyVZz8Yek";
|
||||
signByDefault = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.git-credential-oauth.enable = true;
|
||||
|
@@ -30,8 +30,10 @@
|
||||
enhancer-for-youtube
|
||||
facebook-container
|
||||
flagfox
|
||||
hyperchat
|
||||
istilldontcareaboutcookies
|
||||
linkwarden
|
||||
livetl
|
||||
privacy-badger
|
||||
return-youtube-dislikes
|
||||
search-by-image
|
||||
@@ -40,7 +42,44 @@
|
||||
tampermonkey
|
||||
ublock-origin
|
||||
windscribe
|
||||
ytcfilter
|
||||
];
|
||||
settings = {
|
||||
"uBlock0@raymondhill.net" = {
|
||||
force = true;
|
||||
settings = {
|
||||
selectedFilterLists = [
|
||||
"ublock-filters"
|
||||
"ublock-badware"
|
||||
"ublock-privacy"
|
||||
"ublock-unbreak"
|
||||
"ublock-quick-fixes"
|
||||
"easylist"
|
||||
"easyprivacy"
|
||||
"urlhaus-1"
|
||||
"plowe-0"
|
||||
"fanboy-cookiemonster"
|
||||
"ublock-cookies-easylist"
|
||||
"adguard-cookies"
|
||||
"ublock-cookies-adguard"
|
||||
"ublock-annoyances"
|
||||
"https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-all.txt"
|
||||
];
|
||||
importedLists = [
|
||||
"https://git.traphouse.cathoderaytube.net/chase/ublock-filters/raw/branch/main/chase-all.txt"
|
||||
];
|
||||
};
|
||||
};
|
||||
"Tab-Session-Manager@sienori" = {
|
||||
settings = {
|
||||
"startupBehavior" = ["previousSession"];
|
||||
"Settings" = {
|
||||
"startupBehavior" = "previousSession";
|
||||
"openButtonBehavior" = "openInCurrentWindow";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
"browser.formfill.enable" = false;
|
||||
|
Reference in New Issue
Block a user