added zen browser
This commit is contained in:
parent
31aa6484b7
commit
cc722d6ad1
3 changed files with 34 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue