diff --git a/hostconfig/thinkpad-nixos/hm.nix b/hostconfig/thinkpad-nixos/hm.nix index 1ea0886..e2d07e7 100644 --- a/hostconfig/thinkpad-nixos/hm.nix +++ b/hostconfig/thinkpad-nixos/hm.nix @@ -32,6 +32,7 @@ in imports = [ ./work.nix ]; home.packages = with pkgs; [ + teams-for-linux bear clang-analyzer clang-tools @@ -48,8 +49,6 @@ in sshfs ]; - wm.startup = [ { command = "chromium --app=http://teams.microsoft.com"; } ]; - wm.workspaces.definitions."".assign = [ "Microsoft Teams" "Chromium-browser" @@ -430,11 +429,6 @@ in }; }; - xdg.desktopEntries.teams = { - name = "teams"; - exec = "${pkgs.chromium}/bin/chromium --app=https://teams.microsoft.com"; - }; - home.homeDirectory = "/home/boyerq"; home.username = "boyerq"; home.stateVersion = "21.11";