mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/zen-browser: init
This commit is contained in:
parent
b0813c1e96
commit
d74245aff7
6 changed files with 378 additions and 11 deletions
15
nix/overlays/zen-browser.nix
Normal file
15
nix/overlays/zen-browser.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
let
|
||||
sources = import ../../npins;
|
||||
in
|
||||
final: _: {
|
||||
inherit (sources.zen-browser.asFlake.packages.${final.system})
|
||||
beta-unwrapped
|
||||
twilight-unwrapped
|
||||
twilight-official-unwrapped
|
||||
|
||||
beta # default
|
||||
|
||||
twilight
|
||||
twilight-official
|
||||
;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue