config/packages/zen-browser/default.nix

9 lines
119 B
Nix
Raw Normal View History

2024-09-21 18:49:15 -04:00
{
2024-10-08 22:16:26 -04:00
wrapFirefox,
custom,
}:
wrapFirefox custom.zen-browser-unwrapped {
2024-09-11 12:55:19 -04:00
pname = "zen-browser";
2024-10-08 22:16:26 -04:00
libName = "zen";
}