feat: add custom pkgs infrastructure

This commit is contained in:
Youwen Wu 2024-11-17 13:14:09 -08:00
parent 6f74e97fa0
commit 687957c3e0
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
6 changed files with 463 additions and 2 deletions

View file

@ -0,0 +1,8 @@
{
wrapFirefox,
zen-browser-unwrapped,
}:
wrapFirefox zen-browser-unwrapped {
pname = "zen-browser";
libName = "zen";
}