From 495efd6bf5ec7addf40a32e25247b07375ff22eb Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 16 Jun 2023 09:15:17 +0100 Subject: [PATCH] Add ms teams back to work, switch back to firefox with new config --- home/gui/default.nix | 2 +- home/work.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/gui/default.nix b/home/gui/default.nix index b1500191..db3226c3 100644 --- a/home/gui/default.nix +++ b/home/gui/default.nix @@ -1,4 +1,4 @@ {pkgs, ...}: { - imports = [./chromium.nix ./wezterm.nix]; + imports = [./firefox.nix ./wezterm.nix]; home.packages = with pkgs; [bitwarden otpclient]; } diff --git a/home/work.nix b/home/work.nix index 2b069ecc..c04e9e9c 100644 --- a/home/work.nix +++ b/home/work.nix @@ -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