diff --git a/system/hyprland.nix b/system/hyprland.nix index b93dd535..1aac41b3 100644 --- a/system/hyprland.nix +++ b/system/hyprland.nix @@ -72,11 +72,16 @@ "x-scheme-handler/ms-powerpoint" = emacs; "x-scheme-handler/ms-excel" = emacs; "x-scheme-handler/unknown" = emacs; + "x-scheme-handler/msteams" = ["teams-for-linux.desktop"]; }; in { enable = true; defaultApplications = applications; addedAssociations = applications; + removedAssociations = { + "x-scheme-handler/msteams" = browser; + "x-scheme-handler/zoomus" = browser; + }; }; programs = { dconf.enable = true;