added zen browser

This commit is contained in:
willifan 2024-09-29 10:55:46 +02:00
parent 31aa6484b7
commit cc722d6ad1
3 changed files with 34 additions and 3 deletions

View file

@ -27,6 +27,11 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
zen = {
url = "github:MarceColl/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# # Secrets management. See ./docs/secretsmgmt.md
# sops-nix = {
# url = "github:mic92/sops-nix";
@ -54,6 +59,7 @@
type = "desktop";
inherit pkgs;
inherit pkgs-unstable;
inherit attrs;
inherit system;
};