firefox finally works (but sorta doesn't)
This commit is contained in:
parent
024649f5c7
commit
f4f19ded51
1 changed files with 16 additions and 12 deletions
|
@ -43,9 +43,10 @@
|
|||
profiles = {
|
||||
"schizo.dev-edition-default" = {
|
||||
id = 0;
|
||||
name = "default";
|
||||
name = "dev-edition-default";
|
||||
isDefault = true;
|
||||
search = {
|
||||
default = "SearXNG Sapti";
|
||||
engines = {
|
||||
"SearXNG Sapti" = {
|
||||
urls = [{ template = "https://search.sapti.me/search?q={searchTerms}"; }];
|
||||
|
@ -84,17 +85,20 @@
|
|||
};
|
||||
force = true;
|
||||
};
|
||||
#extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
# ublock-origin
|
||||
# sponsorblock
|
||||
# tridactyl
|
||||
# violentmonkey
|
||||
# darkreader
|
||||
# keepassxc-browser
|
||||
# redirector
|
||||
# auto-tab-discard
|
||||
# extra-addons.yomichan
|
||||
#];
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
sponsorblock
|
||||
tridactyl
|
||||
violentmonkey
|
||||
darkreader
|
||||
keepassxc-browser
|
||||
redirector
|
||||
auto-tab-discard
|
||||
extra-addons.yomichan
|
||||
];
|
||||
settings = {
|
||||
"extensions.pocket.enabled" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue