This commit is contained in:
4DBug
2026-02-09 22:03:42 -06:00
parent 261c01478d
commit 7fcf89e885
11 changed files with 77 additions and 93 deletions

View File

@@ -5,6 +5,15 @@
enable = true;
package = pkgs.librewolf;
profiles = {
"bug" = {
id = 0;
name = "bug";
isDefault = true;
};
};
policies = {
DisableTelemetry = true;
DisableFirefoxStudies = true;
@@ -25,6 +34,7 @@
"webgl.disabled" = false;
};
/*
ExtensionSettings = {
# catppuccin no borders https://addons.mozilla.org/en-US/firefox/addon/catppuccin-mocha-no-borders/
"catppuccin-mocha-no-borders@skyrpex" = {
@@ -74,6 +84,7 @@
install_url = "https://addons.mozilla.org/firefox/downloads/latest/btroblox/latest.xpi";
};
};
*/
};
};
}
}