add(firefox): vpn proxy profile
This commit is contained in:
@@ -86,6 +86,13 @@
|
||||
name = "web-app";
|
||||
url = "about:blank";
|
||||
};
|
||||
vpn-proxy = import ./profiles/vpn-proxy.nix {
|
||||
inherit pkgs myConfig;
|
||||
id = 2;
|
||||
name = "VPN";
|
||||
url = "https://browserleaks.com/ip";
|
||||
};
|
||||
|
||||
hakase = {
|
||||
search.force = true;
|
||||
isDefault = true;
|
||||
|
||||
Reference in New Issue
Block a user