feat: Add zen-browser module for Tytonidae
This commit is contained in:
parent
1d304a15bd
commit
1078f489ff
5 changed files with 265 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue