From 170f73bc03a54aa60a5b9dae51da5d84e51d5d76 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 29 Aug 2024 08:03:44 -0500 Subject: [PATCH] suites/business: move teams-for-linux to shared Also remove teams from darwin since we have a shared package, now. --- modules/home/suites/business/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/home/suites/business/default.nix b/modules/home/suites/business/default.nix index 71008bd06..c37c5f6db 100644 --- a/modules/home/suites/business/default.nix +++ b/modules/home/suites/business/default.nix @@ -27,14 +27,13 @@ in dooit jrnl np - ] - ++ lib.optionals stdenv.isLinux [ - libreoffice # TODO: replace once https://github.com/NixOS/nixpkgs/pull/337868 is available # teams-for-linux pkgs.khanelinix.teams-for-linux ] - ++ lib.optionals stdenv.isDarwin [ teams ]; + ++ lib.optionals stdenv.isLinux [ + libreoffice + ]; khanelinix = { programs = {