From 880d7020e83bc392eab561113fbb291844bb4f9d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 5 Feb 2024 07:00:55 +0000 Subject: [PATCH] Remove browser mime association for zoom and teams --- system/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;