mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 22:19:52 -07:00
feat: add custom pkgs infrastructure
This commit is contained in:
parent
6f74e97fa0
commit
687957c3e0
6 changed files with 463 additions and 2 deletions
8
pkgs/by-name/zen-browser/package.nix
Normal file
8
pkgs/by-name/zen-browser/package.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
wrapFirefox,
|
||||
zen-browser-unwrapped,
|
||||
}:
|
||||
wrapFirefox zen-browser-unwrapped {
|
||||
pname = "zen-browser";
|
||||
libName = "zen";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue