zen-browser

This commit is contained in:
Danilo Reyes 2024-10-10 12:26:45 -06:00
parent c3c3811ab2
commit c2286cd346
3 changed files with 39 additions and 1 deletions

37
flake.lock generated
View File

@ -190,6 +190,22 @@
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1727348695,
"narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"home-manager": "home-manager",
@ -198,7 +214,8 @@
"nixos-cosmic": "nixos-cosmic",
"nixpkgs": "nixpkgs_2",
"sops-nix": "sops-nix",
"unstable": "unstable"
"unstable": "unstable",
"zen-browser": "zen-browser"
}
},
"rust-overlay": {
@ -283,6 +300,24 @@
"repo": "nixpkgs",
"type": "github"
}
},
"zen-browser": {
"inputs": {
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1727721329,
"narHash": "sha256-QYlWZwUSwrM7BuO+dXclZIwoPvBIuJr6GpFKv9XKFPI=",
"owner": "MarceColl",
"repo": "zen-browser-flake",
"rev": "e6ab73f405e9a2896cce5956c549a9cc359e5fcc",
"type": "github"
},
"original": {
"owner": "MarceColl",
"repo": "zen-browser-flake",
"type": "github"
}
}
},
"root": "root",

View File

@ -17,6 +17,7 @@
url = "github:lilyinstarlight/nixos-cosmic";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser.url = "github:MarceColl/zen-browser-flake";
};
outputs =

View File

@ -2,6 +2,7 @@
config,
lib,
pkgs,
inputs,
...
}:
{
@ -41,6 +42,7 @@
])
++ [
vdhcoapp # video download helper assistant
inputs.zen-browser.packages.x86_64-linux.default
];
};
}