Skip to content

Commit

Permalink
Add zen-browser flake
Browse files Browse the repository at this point in the history
  • Loading branch information
coredev-uk committed Sep 7, 2024
1 parent dd862a2 commit 2d590db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

lanzaboote.url = "github:nix-community/lanzaboote";
lanzaboote.inputs.nixpkgs.follows = "unstable";

zen-browser.url = "github:MarceColl/zen-browser-flake";
};


Expand Down
3 changes: 2 additions & 1 deletion hosts/common/base/packages.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
{
basePackages = with pkgs; [
inputs.zen-browser.packages."${system}".default
_1password
bat
binutils
Expand Down

0 comments on commit 2d590db

Please sign in to comment.