feat(browsers): add chromium

This commit is contained in:
Felix Schröter 2023-12-27 04:32:12 +01:00
parent 0b267a5a51
commit 6ff98a46da
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

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