change firefox config
This commit is contained in:
parent
69c4ad8423
commit
7619f95e86
|
@ -3,18 +3,17 @@
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
profiles.default = {
|
profiles.frostphoenix = {
|
||||||
settings = {};
|
settings = {};
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
extraConfig = builtins.readFile ./user.js;
|
extraConfig = builtins.readFile ./user.js;
|
||||||
# userChrome = builtins.readFile ./userChrome.css;
|
userChrome = builtins.readFile ./userChrome.css;
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
sponsorblock
|
|
||||||
ublock-origin
|
ublock-origin
|
||||||
bitwarden
|
return-youtube-dislikes
|
||||||
sidebery
|
youtube-time-tracker
|
||||||
firefox-translations
|
firefox-color
|
||||||
wayback-machine
|
styl-us
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -38,31 +37,31 @@
|
||||||
# ExtensionRecommendations = false;
|
# ExtensionRecommendations = false;
|
||||||
# SkipOnboarding = true;
|
# SkipOnboarding = true;
|
||||||
# };
|
# };
|
||||||
# ExtensionSettings = {
|
ExtensionSettings = {
|
||||||
# # @ytb --> YouTube
|
# @ytb --> YouTube
|
||||||
# # @gh --> GitHub
|
# @gh --> GitHub
|
||||||
# # @nix --> Nix Package
|
# @nix --> Nix Package
|
||||||
# "github@search" = {
|
"github@search" = {
|
||||||
# installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
# install_url = "https://raw.githubusercontent.com/mlyxshi/FFExtension/main/github-search.xpi";
|
install_url = "https://raw.githubusercontent.com/mlyxshi/FFExtension/main/github-search.xpi";
|
||||||
# };
|
};
|
||||||
|
|
||||||
# "youtube@search" = {
|
"youtube@search" = {
|
||||||
# installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
# install_url = "https://raw.githubusercontent.com/mlyxshi/FFExtension/main/youtube-search.xpi";
|
install_url = "https://raw.githubusercontent.com/mlyxshi/FFExtension/main/youtube-search.xpi";
|
||||||
# };
|
};
|
||||||
|
|
||||||
# "nix.package@search" = {
|
"nix.package@search" = {
|
||||||
# installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
# install_url = "https://raw.githubusercontent.com/mlyxshi/FFExtension/main/nix-search.xpi";
|
install_url = "https://raw.githubusercontent.com/mlyxshi/FFExtension/main/nix-search.xpi";
|
||||||
# };
|
};
|
||||||
|
|
||||||
# "ebay@search.mozilla.org".installation_mode = "blocked";
|
"ebay@search.mozilla.org".installation_mode = "blocked";
|
||||||
# "amazondotcom@search.mozilla.org".installation_mode = "blocked";
|
"amazondotcom@search.mozilla.org".installation_mode = "blocked";
|
||||||
# "bing@search.mozilla.org".installation_mode = "blocked";
|
"bing@search.mozilla.org".installation_mode = "blocked";
|
||||||
# "ddg@search.mozilla.org".installation_mode = "blocked";
|
"ddg@search.mozilla.org".installation_mode = "blocked";
|
||||||
# "wikipedia@search.mozilla.org".installation_mode = "blocked";
|
"wikipedia@search.mozilla.org".installation_mode = "blocked";
|
||||||
# };
|
};
|
||||||
# Preferences = {
|
# Preferences = {
|
||||||
# "browser.toolbars.bookmarks.visibility" = "never";
|
# "browser.toolbars.bookmarks.visibility" = "never";
|
||||||
# "browser.fullscreen.autohide" = false;
|
# "browser.fullscreen.autohide" = false;
|
||||||
|
|
Loading…
Reference in a new issue