os/shared/overlay.nix
2023-06-19 14:21:50 +02:00

13 lines
475 B
Nix

final: prev:
with (import ./lib.nix final); {
element-web = webApp "element" "https://riot.badat.dev";
youtube-web = webApp "youtube" "https://youtube.com";
github-web = webApp "github" "https://github.com";
bitwarden-web = webApp "bitwarden" "https://vault.steph.tools";
hoogle-web = webApp "hoogle" "https://hoogle.haskell.org";
tor-browser-bundle-bin =
prev.tor-browser-bundle-bin.override {
useHardenedMalloc = false;
};
}