feat: configure zen browsers extensions and policies

This commit is contained in:
Jet Pham 2026-02-28 13:29:17 -08:00
parent 2202cd39cd
commit b07f9ab600
No known key found for this signature in database
3 changed files with 91 additions and 0 deletions

View file

@ -14,6 +14,10 @@
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{
@ -41,6 +45,7 @@
}
{
nixpkgs.overlays = [
inputs.nur.overlays.default
(final: prev: {
antigravity = prev.antigravity.overrideAttrs (oldAttrs: rec {