feat: Add zen-browser module for Tytonidae

This commit is contained in:
ulic-youthlic 2025-11-11 18:11:23 +08:00
parent 1d304a15bd
commit 1078f489ff
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 265 additions and 1 deletions

View file

@ -83,6 +83,15 @@
nixpkgs.follows = "nixpkgs";
};
};
zen-browser = {
type = "github";
owner = "0xc000022070";
repo = "zen-browser-flake";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
niri-flake = {
type = "github";