foxyproxy
This commit is contained in:
parent
f473641826
commit
ed77751a02
2 changed files with 7 additions and 1 deletions
|
@ -60,6 +60,7 @@
|
||||||
"easyeffects"
|
"easyeffects"
|
||||||
"gamescope"
|
"gamescope"
|
||||||
"overskride"
|
"overskride"
|
||||||
|
"ungoogled-chromium"
|
||||||
|
|
||||||
; gtk
|
; gtk
|
||||||
"wxwidgets"
|
"wxwidgets"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue