feat(home): export mkConfig from firefox modules

This commit is contained in:
Felix Schröter 2023-04-25 18:20:49 +02:00
parent 71bec5afc9
commit a015e13171
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 8 additions and 4 deletions

View file

@ -4,7 +4,6 @@ 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";