summaryrefslogtreecommitdiff
path: root/home-config/nix-home-manager
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-04-24 11:25:42 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2025-04-24 11:25:42 -0400
commit3d07221e1ba34ecda4f74f60b51923663bb71ee2 (patch)
tree0a13550ca298e5cf3b77b07e0d04d20f06b3e109 /home-config/nix-home-manager
parent66c84675bb340ced97e3f9c758bc04edd7c5468d (diff)
updated zen and have policies again
Diffstat (limited to 'home-config/nix-home-manager')
-rw-r--r--home-config/nix-home-manager/flake.lock8
-rw-r--r--home-config/nix-home-manager/flake.nix2
-rw-r--r--home-config/nix-home-manager/zenPolicies.nix3
3 files changed, 5 insertions, 8 deletions
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 @@
1019 ] 1019 ]
1020 }, 1020 },
1021 "locked": { 1021 "locked": {
1022 "lastModified": 1744280439, 1022 "lastModified": 1745079747,
1023 "narHash": "sha256-oiLN1kt71v19w5/4muZhXf9SGb7mkMjvLAi7wJQA2ms=", 1023 "narHash": "sha256-Xg1C41ynxxljEyGqGDyFJ5c3i6p6GTSKMuAZQB/W2rA=",
1024 "owner": "0xc000022070", 1024 "owner": "0xc000022070",
1025 "repo": "zen-browser-flake", 1025 "repo": "zen-browser-flake",
1026 "rev": "5667f0661aa52587f1f86ed7206ddf87327616a9", 1026 "rev": "55681a87d6e094fa93d260993e8c154208e70a69",
1027 "type": "github" 1027 "type": "github"
1028 }, 1028 },
1029 "original": { 1029 "original": {
1030 "owner": "0xc000022070", 1030 "owner": "0xc000022070",
1031 "repo": "zen-browser-flake", 1031 "repo": "zen-browser-flake",
1032 "rev": "5667f0661aa52587f1f86ed7206ddf87327616a9", 1032 "rev": "55681a87d6e094fa93d260993e8c154208e70a69",
1033 "type": "github" 1033 "type": "github"
1034 } 1034 }
1035 } 1035 }
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 @@
43 inputs.nixpkgs.follows = "hyprland/nixpkgs"; 43 inputs.nixpkgs.follows = "hyprland/nixpkgs";
44 }; 44 };
45 zen-browser = { 45 zen-browser = {
46 url = "github:0xc000022070/zen-browser-flake/5667f0661aa52587f1f86ed7206ddf87327616a9"; 46 url = "github:0xc000022070/zen-browser-flake/55681a87d6e094fa93d260993e8c154208e70a69";
47 inputs.nixpkgs.follows = "nixpkgs"; 47 inputs.nixpkgs.follows = "nixpkgs";
48 inputs.home-manager.follows = "home-manager"; 48 inputs.home-manager.follows = "home-manager";
49 }; 49 };
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
9 }; 9 };
10in 10in
11{ 11{
12
13policies = {
14 EnableTrackingProtection = { 12 EnableTrackingProtection = {
15 Value = true; 13 Value = true;
16 Locked = true; 14 Locked = true;
@@ -122,5 +120,4 @@ policies = {
122 "browser.crashReports.unsubmittedCheck.autoSubmit2" = lock-false; 120 "browser.crashReports.unsubmittedCheck.autoSubmit2" = lock-false;
123 "browser.aboutConfig.showWarning" = lock-false; 121 "browser.aboutConfig.showWarning" = lock-false;
124 }; 122 };
125};
126} 123}