From 844bf5b9aa012ea608cd3f7a6fdd1fad9b2a9a41 Mon Sep 17 00:00:00 2001 From: traxys Date: Fri, 10 Apr 2026 08:55:34 +0200 Subject: [PATCH] hostconfig/ZeNixComputa: Switch to using teams-for-linux --- hostconfig/ZeNixComputa/hm.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hostconfig/ZeNixComputa/hm.nix b/hostconfig/ZeNixComputa/hm.nix index 5ba154c..18a6396 100644 --- a/hostconfig/ZeNixComputa/hm.nix +++ b/hostconfig/ZeNixComputa/hm.nix @@ -10,15 +10,11 @@ home.packages = with pkgs; [ vintagestory + teams-for-linux ]; services.mako.settings.output = "DP-2"; - xdg.desktopEntries.teams = { - name = "teams"; - exec = "${pkgs.chromium}/bin/chromium --app=https://teams.microsoft.com"; - }; - # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new Home Manager release introduces backwards