Remove teams client, works better in chromium anyway

This commit is contained in:
Evie Litherland-Smith 2023-06-14 10:01:56 +01:00
parent fd1ae6eb36
commit 3275c179d1

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
imports = [./default.nix ./git/work.nix ./ssh/work.nix];
home.packages = with pkgs; [openfortivpn nomachine-client teams zoom-us];
home.packages = with pkgs; [openfortivpn nomachine-client 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