diff --git a/home-config/nix-home-manager/flake.lock b/home-config/nix-home-manager/flake.lock
index 0b9b192..2840617 100644
--- a/home-config/nix-home-manager/flake.lock
+++ b/home-config/nix-home-manager/flake.lock
@@ -1019,17 +1019,17 @@
]
},
"locked": {
- "lastModified": 1744280439,
- "narHash": "sha256-oiLN1kt71v19w5/4muZhXf9SGb7mkMjvLAi7wJQA2ms=",
+ "lastModified": 1745079747,
+ "narHash": "sha256-Xg1C41ynxxljEyGqGDyFJ5c3i6p6GTSKMuAZQB/W2rA=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
- "rev": "5667f0661aa52587f1f86ed7206ddf87327616a9",
+ "rev": "55681a87d6e094fa93d260993e8c154208e70a69",
"type": "github"
},
"original": {
"owner": "0xc000022070",
"repo": "zen-browser-flake",
- "rev": "5667f0661aa52587f1f86ed7206ddf87327616a9",
+ "rev": "55681a87d6e094fa93d260993e8c154208e70a69",
"type": "github"
}
}
diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix
index 5b87cdd..77c8bd8 100644
--- a/home-config/nix-home-manager/flake.nix
+++ b/home-config/nix-home-manager/flake.nix
@@ -43,7 +43,7 @@
inputs.nixpkgs.follows = "hyprland/nixpkgs";
};
zen-browser = {
- url = "github:0xc000022070/zen-browser-flake/5667f0661aa52587f1f86ed7206ddf87327616a9";
+ url = "github:0xc000022070/zen-browser-flake/55681a87d6e094fa93d260993e8c154208e70a69";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
diff --git a/home-config/nix-home-manager/zenPolicies.nix b/home-config/nix-home-manager/zenPolicies.nix
index 55b1190..6702496 100644
--- a/home-config/nix-home-manager/zenPolicies.nix
+++ b/home-config/nix-home-manager/zenPolicies.nix
@@ -9,8 +9,6 @@ let
};
in
{
-
-policies = {
EnableTrackingProtection = {
Value = true;
Locked = true;
@@ -122,5 +120,4 @@ policies = {
"browser.crashReports.unsubmittedCheck.autoSubmit2" = lock-false;
"browser.aboutConfig.showWarning" = lock-false;
};
-};
}