add(firefox): vpn proxy profile

This commit is contained in:
kenji
2026-07-05 16:33:54 -05:00
parent 25202b7884
commit 38a93f44b7
3 changed files with 125 additions and 8 deletions
+7
View File
@@ -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;