feat(browsers): add mullvad-browser
Adds Mullvad Browser & sets it as the new default browser.
This commit is contained in:
parent
2cf6ced7f3
commit
0bf8a6b336
8 changed files with 764 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./firefox.nix ./tor-browser.nix ];
|
||||
imports = [ ./mullvad-browser.nix ./tor-browser.nix ./firefox.nix ];
|
||||
|
||||
home.sessionVariables.BROWSER = "firefox";
|
||||
home.sessionVariables.BROWSER = "mullvad-browser";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue