Add ms teams back to work, switch back to firefox with new config

This commit is contained in:
Evie Litherland-Smith 2023-06-16 09:15:17 +01:00
parent 1c23fe4324
commit 495efd6bf5
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
imports = [./chromium.nix ./wezterm.nix];
imports = [./firefox.nix ./wezterm.nix];
home.packages = with pkgs; [bitwarden otpclient];
}

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
imports = [./default.nix ./git/work.nix ./ssh/work.nix];
home.packages = with pkgs; [openfortivpn nomachine-client zoom-us];
home.packages = with pkgs; [openfortivpn nomachine-client teams zoom-us];
programs.fish.functions.arch = ''
distrobox list | grep -i archlinux > /dev/null || distrobox create -n arch -i docker.io/library/archlinux:latest -y
distrobox enter arch