From 3d07221e1ba34ecda4f74f60b51923663bb71ee2 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 24 Apr 2025 11:25:42 -0400 Subject: updated zen and have policies again --- home-config/nix-home-manager/flake.lock | 8 ++++---- home-config/nix-home-manager/flake.nix | 2 +- home-config/nix-home-manager/zenPolicies.nix | 3 --- 3 files changed, 5 insertions(+), 8 deletions(-) (limited to 'home-config/nix-home-manager') 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; }; -}; } -- cgit v1.2.3