refactor(browsers): move tor-browser into own file

This commit is contained in:
Felix Schröter 2023-04-12 20:57:18 +02:00
parent a00fdeee6d
commit 2cf6ced7f3
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 8 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./firefox.nix ];
imports = [ ./firefox.nix ./tor-browser.nix ];
home.sessionVariables.BROWSER = "firefox";
}