From 18880ce370c32313a40a2d9ada5f64ec67b9d756 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 11 Oct 2025 10:11:09 +0200 Subject: [PATCH] Remove teams from default home and add it only to darwin --- nix/home/darwin.nix | 1 + nix/home/default.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home/darwin.nix b/nix/home/darwin.nix index a246609..eb2de2f 100644 --- a/nix/home/darwin.nix +++ b/nix/home/darwin.nix @@ -26,6 +26,7 @@ in mas raycast spotify + teams ]; file = utils.mk_symlinks { inherit config dotfiles; }; diff --git a/nix/home/default.nix b/nix/home/default.nix index 54006b3..074ae58 100644 --- a/nix/home/default.nix +++ b/nix/home/default.nix @@ -143,7 +143,6 @@ in ffmpeg localsend slack - teams ]; file = utils.mk_symlinks { inherit config dotfiles; };