refactor(browsers): move tor-browser into own file
This commit is contained in:
parent
a00fdeee6d
commit
2cf6ced7f3
3 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./firefox.nix ];
|
||||
imports = [ ./firefox.nix ./tor-browser.nix ];
|
||||
|
||||
home.sessionVariables.BROWSER = "firefox";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue