Add tor browser

This commit is contained in:
Riley Apeldoorn 2023-06-19 14:21:50 +02:00
parent d00f97e3be
commit 7b502cc207
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@ in {
pavucontrol
# We want `pactl` from the `pulseaudio` package
pulseaudio
tor-browser-bundle-bin
];
};

View File

@ -6,4 +6,8 @@ with (import ./lib.nix final); {
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;
};
}