[nixbox] Add zen browser flake.

This commit is contained in:
jmug
2026-01-18 02:39:25 -08:00
parent cf42f173d5
commit 86c5bab28e
3 changed files with 39 additions and 1 deletions
+11
View File
@@ -50,6 +50,17 @@
url = "github:AYM1607/godig/v0.2.0";
inputs.nixpkgs.follows = "nixpkgs-unstable"; # Use same nixpkgs
};
# Zen browser.
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs = {
# IMPORTANT: we're using "libgbm" and is only available in unstable so ensure
# to have it up-to-date or simply don't specify the nixpkgs input
nixpkgs.follows = "nixpkgs-unstable";
home-manager.follows = "home-manager";
};
};
};
outputs = {