This commit is contained in:
Bryan Ramos 2024-11-11 02:21:41 -05:00
parent 5c5e6f0a8f
commit 07f4608853
No known key found for this signature in database
GPG key ID: E5D35432910B37AC

View file

@ -43,6 +43,16 @@ in
isDefault = true;
bookmarks = config.user.bookmarks;
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin
tridactyl
#darkreader
tampermonkey
clearurls
passff
multi-account-containers
];
search = {
force = true;
default = "Google";
@ -306,16 +316,6 @@ in
"media.videocontrols.picture-in-picture.enabled" = false;
};
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
ublock-origin
tridactyl
#darkreader
tampermonkey
clearurls
passff
multi-account-containers
];
};
};
};