diff --git a/flake.lock b/flake.lock index a141336..93aad0a 100644 --- a/flake.lock +++ b/flake.lock @@ -931,11 +931,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1746621361, - "narHash": "sha256-T9vOxEqI1j1RYugV0b9dgy0AreiZ9yBDKZJYyclF0og=", + "lastModified": 1746814339, + "narHash": "sha256-hf2lICJzwACWuzHCmZn5NI6LUAOgGdR1yh8ip+duyhk=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "2ea3ad8a1f26a76f8a8e23fc4f7757c46ef30ee5", + "rev": "3c5e12673265dfb0de3d9121420c0c2153bf21e0", "type": "github" }, "original": { diff --git a/modules/home/browsers.nix b/modules/home/browsers.nix index 366cca7..456944f 100644 --- a/modules/home/browsers.nix +++ b/modules/home/browsers.nix @@ -20,12 +20,12 @@ in programs = { zen-browser = { enable = true; - policies = firefox-policies; + # policies = firefox-policies; }; librewolf = { enable = true; - policies = firefox-policies; + # policies = firefox-policies; }; chromium = {