disable firefox settings
This commit is contained in:
parent
74f47b8dd3
commit
38e2a9056f
@ -18,151 +18,149 @@
|
|||||||
ExtensionSettings = {};
|
ExtensionSettings = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
profiles.kabbone = {
|
# profiles.kabbone = {
|
||||||
#id = 271987;
|
# #id = 271987;
|
||||||
name = "kabbone";
|
# name = "kabbone";
|
||||||
isDefault = true;
|
# isDefault = true;
|
||||||
settings = {
|
# settings = {
|
||||||
"media.ffmpeg.vaapi.enabled" = true;
|
# "media.ffmpeg.vaapi.enabled" = true;
|
||||||
"gfx.webrender.all" = true;
|
# "gfx.webrender.all" = true;
|
||||||
"browser.contentblocking.category" = "strict";
|
# "browser.contentblocking.category" = "strict";
|
||||||
"browser.search.region" = "DE";
|
# "browser.search.region" = "DE";
|
||||||
"extensions.active.ThemeID" = "dreamer-bold-colorway@mozilla.org";
|
# "extensions.active.ThemeID" = "dreamer-bold-colorway@mozilla.org";
|
||||||
"media.autoplay.default" = 0;
|
# "media.autoplay.default" = 0;
|
||||||
"security.enterprise_roots.enabled" = true;
|
# "security.enterprise_roots.enabled" = true;
|
||||||
"widget.gtk.overlay-scrollbars.enabled" = true;
|
# "widget.gtk.overlay-scrollbars.enabled" = true;
|
||||||
"signon.rememberSignons" = false;
|
# "signon.rememberSignons" = false;
|
||||||
"extensions.formautofill.creditCards.enabled" = false;
|
# "extensions.formautofill.creditCards.enabled" = false;
|
||||||
"datareporting.healthreport.uploadEnabled" = false;
|
# "datareporting.healthreport.uploadEnabled" = false;
|
||||||
"browser.urlbar.placeholderName" = "DuckDuckGo";
|
# "browser.urlbar.placeholderName" = "DuckDuckGo";
|
||||||
"browser.urlbar.placeholderName.private" = "DuckDuckGo";
|
# "browser.urlbar.placeholderName.private" = "DuckDuckGo";
|
||||||
"browser.theme.toolbar-theme" = 0;
|
# "browser.theme.toolbar-theme" = 0;
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
userChrome = ''
|
# userChrome = ''
|
||||||
/* Hide tab bar in FF Quantum */
|
# /* Hide tab bar in FF Quantum */
|
||||||
@-moz-document url("chrome://browser/content/browser.xul") {
|
# @-moz-document url("chrome://browser/content/browser.xul") {
|
||||||
#TabsToolbar {
|
# #TabsToolbar {
|
||||||
visibility: collapse !important;
|
# visibility: collapse !important;
|
||||||
margin-bottom: 21px !important;
|
# margin-bottom: 21px !important;
|
||||||
}
|
# }
|
||||||
|
#
|
||||||
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
# #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
||||||
visibility: collapse !important;
|
# visibility: collapse !important;
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
'';
|
# '';
|
||||||
|
#
|
||||||
search = {
|
# search = {
|
||||||
engines = {
|
# engines = {
|
||||||
"Nix Packages" = {
|
# "Nix Packages" = {
|
||||||
urls = [{
|
# urls = [{
|
||||||
template = "https://search.nixos.org/packages";
|
# template = "https://search.nixos.org/packages";
|
||||||
params = [
|
# params = [
|
||||||
{ name = "type"; value = "packages"; }
|
# { name = "type"; value = "packages"; }
|
||||||
{ name = "query"; value = "{searchTerms}"; }
|
# { name = "query"; value = "{searchTerms}"; }
|
||||||
];
|
# ];
|
||||||
}];
|
# }];
|
||||||
|
#
|
||||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
# icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
definedAliases = [ "@np" ];
|
# definedAliases = [ "@np" ];
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
"NixOS Wiki" = {
|
# "NixOS Wiki" = {
|
||||||
urls = [{ template = "https://nixos.wiki/index.php?search={searchTerms}"; }];
|
# urls = [{ template = "https://nixos.wiki/index.php?search={searchTerms}"; }];
|
||||||
iconUpdateURL = "https://nixos.wiki/favicon.png";
|
# iconUpdateURL = "https://nixos.wiki/favicon.png";
|
||||||
updateInterval = 24 * 60 * 60 * 1000; # every day
|
# updateInterval = 24 * 60 * 60 * 1000; # every day
|
||||||
definedAliases = [ "@nw" ];
|
# definedAliases = [ "@nw" ];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
order = [ "DuckDuckGo" ];
|
# order = [ "DuckDuckGo" ];
|
||||||
default = "DuckDuckGo";
|
# default = "DuckDuckGo";
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
bookmarks = [
|
# bookmarks = [
|
||||||
{
|
# {
|
||||||
name = "Kabtop Nextcloud";
|
# name = "Kabtop Nextcloud";
|
||||||
url = "https://cloud.kabtop.de/";
|
# url = "https://cloud.kabtop.de/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Home Assistant";
|
# name = "Home Assistant";
|
||||||
url = "https://hass.home.opel-online.de/";
|
# url = "https://hass.home.opel-online.de/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Netflix";
|
# name = "Netflix";
|
||||||
url = "https://netflix.com/browse";
|
# url = "https://netflix.com/browse";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "YouTube";
|
# name = "YouTube";
|
||||||
url = "https://youtube.com/";
|
# url = "https://youtube.com/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Kicker";
|
# name = "Kicker";
|
||||||
url = "https://kicker.de/";
|
# url = "https://kicker.de/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Chilloutzone";
|
# name = "Chilloutzone";
|
||||||
url = "https://chilloutzone.net/";
|
# url = "https://chilloutzone.net/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "myDealZ";
|
# name = "myDealZ";
|
||||||
url = "https://mydealz.de/";
|
# url = "https://mydealz.de/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Kabtop Git";
|
# name = "Kabtop Git";
|
||||||
url = "https://git.kabtop.de/";
|
# url = "https://git.kabtop.de/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Spotify";
|
# name = "Spotify";
|
||||||
url = "https://open.spotify.com/";
|
# url = "https://open.spotify.com/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Tech";
|
# name = "Tech";
|
||||||
bookmarks = [
|
# bookmarks = [
|
||||||
{
|
# {
|
||||||
name = "Golem";
|
# name = "Golem";
|
||||||
url = "https://golem.de/";
|
# url = "https://golem.de/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Heise";
|
# name = "Heise";
|
||||||
url = "https://heise.de/";
|
# url = "https://heise.de/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Phoronix";
|
# name = "Phoronix";
|
||||||
url = "https://phoronix.com/";
|
# url = "https://phoronix.com/";
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Foren";
|
# name = "Foren";
|
||||||
bookmarks = [
|
# bookmarks = [
|
||||||
{
|
# {
|
||||||
name = "Archlinux-en";
|
# name = "Archlinux-en";
|
||||||
url = "https://archlinux.org/";
|
# url = "https://archlinux.org/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Archlinux-ARM";
|
# name = "Archlinux-ARM";
|
||||||
url = "https://archlinuxarm.org/";
|
# url = "https://archlinuxarm.org/";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "Archlinux-de";
|
# name = "Archlinux-de";
|
||||||
url = "https://archlinux.de/";
|
# url = "https://archlinux.de/";
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
# extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
h264ify
|
# honey
|
||||||
honey
|
# keepassxc-browser
|
||||||
keepassxc-browser
|
# multi-account-containers
|
||||||
multi-account-containers
|
# netflix-1080p
|
||||||
netflix-1080p
|
# ublock-origin
|
||||||
ublock-origin
|
# ];
|
||||||
sidebery
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user