feat: try to add zen-browser

This commit is contained in:
Xavier Morel
2026-02-24 17:33:03 +01:00
parent 443b1da9d5
commit cbd186ed2a
3 changed files with 8 additions and 0 deletions

View File

@@ -29,6 +29,11 @@
nixos-hardware = {
url = "github:nixos/nixos-hardware";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
};
outputs =