foxyproxy
This commit is contained in:
parent
f473641826
commit
ed77751a02
2 changed files with 7 additions and 1 deletions
|
@ -60,6 +60,7 @@
|
|||
"easyeffects"
|
||||
"gamescope"
|
||||
"overskride"
|
||||
"ungoogled-chromium"
|
||||
|
||||
; gtk
|
||||
"wxwidgets"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ... }:
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
lock-false = {
|
||||
Value = false;
|
||||
|
@ -209,6 +209,11 @@
|
|||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi";
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue