foxyproxy

This commit is contained in:
Freya Murphy 2024-11-17 15:35:19 -05:00
parent f473641826
commit ed77751a02
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
2 changed files with 7 additions and 1 deletions

View file

@ -60,6 +60,7 @@
"easyeffects" "easyeffects"
"gamescope" "gamescope"
"overskride" "overskride"
"ungoogled-chromium"
; gtk ; gtk
"wxwidgets" "wxwidgets"

View file

@ -1,4 +1,4 @@
{ pkgs ... }: { pkgs, ... }:
let let
lock-false = { lock-false = {
Value = false; Value = false;
@ -209,6 +209,11 @@
install_url = "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi";
installation_mode = "force_installed"; installation_mode = "force_installed";
}; };
# FoxyProxy
"foxyproxy@eric.h.jung" = {
install_url = "https://addons.mozilla.org/firefox/downloads/latest/foxyproxy-standard/latest.xpi";
installation_mode = "force_installed";
};
}; };
# about:config Preferences # about:config Preferences