Add tor browser
This commit is contained in:
parent
d00f97e3be
commit
7b502cc207
2 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,7 @@ in {
|
|||
pavucontrol
|
||||
# We want `pactl` from the `pulseaudio` package
|
||||
pulseaudio
|
||||
tor-browser-bundle-bin
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue