8 lines
153 B
Nix
8 lines
153 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./mullvad-browser.nix ./tor-browser.nix ./firefox.nix ];
|
|
|
|
home.sessionVariables.BROWSER = "mullvad-browser";
|
|
}
|