feat: configure zen browsers extensions and policies
This commit is contained in:
parent
2202cd39cd
commit
b07f9ab600
3 changed files with 91 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue