mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
overlays/zen-browser: drop
This commit is contained in:
parent
1ede0b2961
commit
0387c3fcb0
2 changed files with 0 additions and 20 deletions
|
|
@ -56,7 +56,6 @@ in
|
||||||
../overlays/eepy.nix
|
../overlays/eepy.nix
|
||||||
../overlays/calibre-no-mime.nix
|
../overlays/calibre-no-mime.nix
|
||||||
../overlays/fcitx5-table-extra-taiwanese.nix
|
../overlays/fcitx5-table-extra-taiwanese.nix
|
||||||
../overlays/zen-browser.nix
|
|
||||||
|
|
||||||
../overlays/iosevka.nix
|
../overlays/iosevka.nix
|
||||||
../packages/overlay.nix
|
../packages/overlay.nix
|
||||||
|
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
let
|
|
||||||
sources = import ../../npins;
|
|
||||||
in
|
|
||||||
final: _:
|
|
||||||
let
|
|
||||||
zenpkgs = sources.zen-browser.asFlake.packages.${final.system};
|
|
||||||
in
|
|
||||||
{
|
|
||||||
# TODO: upstream default is broken? They default to zen-twilight
|
|
||||||
"zen-beta-unwrapped" = zenpkgs."beta-unwrapped";
|
|
||||||
"zen-twilight-unwrapped" = zenpkgs."twilight-unwrapped";
|
|
||||||
"zen-twilight-official-unwrapped" = zenpkgs."twilight-official-unwrapped";
|
|
||||||
|
|
||||||
# default
|
|
||||||
"zen-beta" = zenpkgs."beta";
|
|
||||||
|
|
||||||
"zen-twilight" = zenpkgs."twilight";
|
|
||||||
"zen-twilight-official" = zenpkgs."twilight-official";
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue