update zen-browser flake to a maintained fork of the original

This commit is contained in:
cswimr 2024-11-16 19:19:07 -05:00
parent 29c7a39ed0
commit 0b213500e8
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 11 additions and 11 deletions

View file

@ -11,7 +11,7 @@
url = "github:aksiksi/compose2nix";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser.url = "github:MarceColl/zen-browser-flake";
zen-browser.url = "github:0xc000022070/zen-browser-flake";
};
outputs = { nixpkgs, home-manager, catppuccin, ... }@inputs:
let system = "x86_64-linux";