feat: add modules for Firefox-based browsers
Mullvad Browser module works as expected. Firefox & Tor Browser might still have some issues.
This commit is contained in:
parent
83acc14467
commit
371c136b38
7 changed files with 701 additions and 656 deletions
12
home/modules/firefox/tor-browser.nix
Normal file
12
home/modules/firefox/tor-browser.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let common = import ./common.nix { inherit config lib pkgs; };
|
||||
in common.mkModule {
|
||||
name = "tor-browser";
|
||||
displayName = "Tor Browser";
|
||||
# @TODO is this correct?
|
||||
dataConfigPath = ".local/share/tor-browser/TorBrowser/Data/Browser";
|
||||
defaultPackage = pkgs.tor-browser-bundle-bin;
|
||||
defaultPackageName = "pkgs.tor-browser-bundle-bin";
|
||||
isSecure = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue