This commit is contained in:
Miguel Palhas
2025-01-07 17:47:23 +00:00
parent 7b59a7866a
commit 97131d979d
+3 -6
View File
@@ -7,8 +7,9 @@
programs.firefox = {
enable = true;
package = pkgs.firefox-devedition;
policies = {
DefaultDownloadDirectory = "$HOME/downloads/firefox";
DefaultDownloadDirectory = "$HOME/downloads";
DontCheckDefaultBrowser = true;
DisableTelemetry = true;
DisablePocket = true;
@@ -53,16 +54,13 @@
};
profiles = {
personal = {
"dev-edition-default" = {
isDefault = true;
extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
# privacy
clearurls
decentraleyes
# content/ad blocking
ublock-origin
# quality of life
no-pdf-download
buster-captcha-solver
@@ -72,7 +70,6 @@
translate-web-pages
# manual use
# tridactyl
bitwarden
];
settings = {