add zen browser

This commit is contained in:
TheWanderingCrow 2026-04-14 09:59:03 -04:00
parent 2e6eba8853
commit aaacb23149
6 changed files with 100 additions and 9 deletions

View file

@ -119,6 +119,13 @@
url = "github:AvengeMedia/DankMaterialShell/stable";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
# CrOS inputs
nix-secrets = {