mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
Compare commits
No commits in common. "fa15081f38463ec370373d33ebe35b52ce66fc71" and "2a781237eff67e716908f6de13ff75adcc6da133" have entirely different histories.
fa15081f38
...
2a781237ef
3 changed files with 20 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ in
|
|||
../overlays/eepy.nix
|
||||
../overlays/calibre-no-mime.nix
|
||||
../overlays/fcitx5-table-extra-taiwanese.nix
|
||||
../overlays/zen-browser.nix
|
||||
|
||||
../overlays/iosevka.nix
|
||||
../packages/overlay.nix
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ in
|
|||
"browser.ctrlTab.sortByRecentlyUsed" = false;
|
||||
"layout.css.devPixelsPerPx" = 1.1;
|
||||
"browser.startup.page" = 1;
|
||||
"browser.translations.automaticallyPopup" = false;
|
||||
|
||||
# open links in new window
|
||||
# this works a lot better with xmonad where I have a bunch of windows
|
||||
|
|
|
|||
19
nix/overlays/zen-browser.nix
Normal file
19
nix/overlays/zen-browser.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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