1
0
Fork 0

Adjust settings for Floorp

This commit is contained in:
Ethan Reece 2025-07-12 21:37:48 -05:00
parent bb7fd195f3
commit 0126aaaae0
Signed by: me
GPG key ID: DD8CE04D5D8FF832

View file

@ -352,7 +352,8 @@ in
mkMozillaAddonUrl = id: "https://addons.mozilla.org/firefox/downloads/latest/${id}/latest.xpi"; mkMozillaAddonUrl = id: "https://addons.mozilla.org/firefox/downloads/latest/${id}/latest.xpi";
in in
{ {
"*".installation_mode = "blocked"; # "*".installation_mode = "blocked";
"*".installation_mode = "allowed";
# PopUpOFF # PopUpOFF
"{154cddeb-4c8b-4627-a478-c7e5b427ffdf}" = { "{154cddeb-4c8b-4627-a478-c7e5b427ffdf}" = {
installation_mode = "force_installed"; installation_mode = "force_installed";
@ -408,16 +409,16 @@ in
installation_mode = "force_installed"; installation_mode = "force_installed";
install_url = mkMozillaAddonUrl "trackmenot@mrl.nyu.edu"; install_url = mkMozillaAddonUrl "trackmenot@mrl.nyu.edu";
}; };
# Unhook
"myallychou@gmail.com" = {
installation_mode = "force_installed";
install_url = mkMozillaAddonUrl "myallychou@gmail.com";
};
}; };
SanitizeOnShutdown = true; SanitizeOnShutdown = true;
HttpsOnlyMode = "force_enabled";
PromptForDownloadLocation = true;
DisplayBookmarksToolbar = "newtab";
RequestedLocales = "eo,en-US";
}; };
profiles.main = { profiles.main = {
extensions = { extensions = {
force = true;
packages = with pkgs; [ packages = with pkgs; [
# https://nur.nix-community.org/repos/rycee/ # https://nur.nix-community.org/repos/rycee/
nur.repos.rycee.firefox-addons.adnauseam nur.repos.rycee.firefox-addons.adnauseam
@ -433,6 +434,7 @@ in
nur.repos.rycee.firefox-addons.fediact nur.repos.rycee.firefox-addons.fediact
nur.repos.rycee.firefox-addons.foxyproxy-standard nur.repos.rycee.firefox-addons.foxyproxy-standard
nur.repos.rycee.firefox-addons.geminize nur.repos.rycee.firefox-addons.geminize
nur.repos.rycee.firefox-addons.gesturefy
nur.repos.rycee.firefox-addons.github-file-icons nur.repos.rycee.firefox-addons.github-file-icons
nur.repos.rycee.firefox-addons.github-issue-link-status nur.repos.rycee.firefox-addons.github-issue-link-status
nur.repos.rycee.firefox-addons.ipfs-companion nur.repos.rycee.firefox-addons.ipfs-companion
@ -454,6 +456,8 @@ in
nur.repos.rycee.firefox-addons.sponsorblock nur.repos.rycee.firefox-addons.sponsorblock
nur.repos.rycee.firefox-addons.streetpass-for-mastodon nur.repos.rycee.firefox-addons.streetpass-for-mastodon
nur.repos.rycee.firefox-addons.terms-of-service-didnt-read nur.repos.rycee.firefox-addons.terms-of-service-didnt-read
nur.repos.rycee.firefox-addons.translate-web-pages
nur.repos.rycee.firefox-addons.tree-style-tab
nur.repos.rycee.firefox-addons.twiter-x-video-downloader nur.repos.rycee.firefox-addons.twiter-x-video-downloader
nur.repos.rycee.firefox-addons.ublacklist nur.repos.rycee.firefox-addons.ublacklist
nur.repos.rycee.firefox-addons.user-agent-string-switcher nur.repos.rycee.firefox-addons.user-agent-string-switcher
@ -467,8 +471,33 @@ in
isDefault = true; isDefault = true;
name = "Main"; name = "Main";
settings = { settings = {
"dom.securecontext.allowlist_onions" = true;
"extensions.autoDisableScopes" = 0; "extensions.autoDisableScopes" = 0;
"sidebar.verticalTabs" = true; "extensions.checkCompatibility.128.0" = false;
"extensions.checkCompatibility.128.1" = false;
"extensions.checkCompatibility.128.10" = false;
"extensions.checkCompatibility.128.11" = false;
"extensions.checkCompatibility.128.12" = false;
"extensions.checkCompatibility.128.13" = false;
"extensions.checkCompatibility.128.14" = false;
"extensions.checkCompatibility.128.15" = false;
"extensions.checkCompatibility.128.2" = false;
"extensions.checkCompatibility.128.3" = false;
"extensions.checkCompatibility.128.4" = false;
"extensions.checkCompatibility.128.5" = false;
"extensions.checkCompatibility.128.6" = false;
"extensions.checkCompatibility.128.7" = false;
"extensions.checkCompatibility.128.8" = false;
"extensions.checkCompatibility.128.9" = false;
"extensions.checkCompatibility.nightly" = false;
"floorp.browser.sidebar.enable" = false;
"floorp.browser.sidebar.is.displayed" = false;
"floorp.browser.ssb.enabled" = true;
"floorp.browser.tabs.verticaltab" = true;
"floorp.tabsleep.enabled" = true;
"floorp.titlebar.favicon.color" = true;
"floorp.verticaltab.hover.enabled" = true;
"network.dns.blockDotOnion" = false;
}; };
bookmarks = { bookmarks = {
force = true; force = true;