os/shared/overlay.nix

9 lines
364 B
Nix
Raw Normal View History

2023-05-23 09:58:47 +02:00
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";
}