thelio76: ff config
This commit is contained in:
parent
d21ba5e1c9
commit
9e33e743ce
|
@ -15,7 +15,7 @@
|
|||
digikam
|
||||
discord
|
||||
drawio
|
||||
exiftool
|
||||
exiftool # For digikam
|
||||
famistudio
|
||||
digikam
|
||||
firefox
|
||||
|
@ -70,6 +70,15 @@
|
|||
enable = true;
|
||||
profiles.default = {
|
||||
settings = {
|
||||
"browser.newtabpage.activity-stream.discoverystream.saveToPocketCard.enabled" = false;
|
||||
"browser.newtabpage.activity-stream.discoverystream.sendToPocket.enabled" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.section.topstories" = false;
|
||||
"browser.newtabpage.activity-stream.feeds.system.topstories" = false;
|
||||
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.havePinned" = "";
|
||||
"browser.newtabpage.activity-stream.section.highlights.includePocket" = false;
|
||||
"browser.newtabpage.activity-stream.system.showSponsored" = false;
|
||||
"browser.newtabpage.pinned" = [ ];
|
||||
"browser.urlbar.suggest.quicksuggest.sponsored" = false;
|
||||
"extensions.autoDisableScopes" = 0;
|
||||
};
|
||||
extensions = with firefox-addons; [
|
||||
|
@ -79,6 +88,25 @@
|
|||
ublock-origin
|
||||
umatrix
|
||||
];
|
||||
search = {
|
||||
force = true;
|
||||
default = "DuckDuckGo";
|
||||
engines = {
|
||||
"Nix Packages" = {
|
||||
urls = [{
|
||||
template = "https://search.nixos.org/packages";
|
||||
params = [
|
||||
{ name = "type"; value = "packages"; }
|
||||
{ name = "query"; value = "{searchTerms}"; }
|
||||
];
|
||||
}];
|
||||
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
definedAliases = [ "@np" ];
|
||||
};
|
||||
};
|
||||
order = [ "DuckDuckGo" "Nix Packages" "Wikipedia" "Google" "Amazon" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue