Remove browser mime association for zoom and teams

This commit is contained in:
Evie Litherland-Smith 2024-02-05 07:00:55 +00:00
parent 463e92b3ad
commit 880d7020e8

View file

@ -72,11 +72,16 @@
"x-scheme-handler/ms-powerpoint" = emacs; "x-scheme-handler/ms-powerpoint" = emacs;
"x-scheme-handler/ms-excel" = emacs; "x-scheme-handler/ms-excel" = emacs;
"x-scheme-handler/unknown" = emacs; "x-scheme-handler/unknown" = emacs;
"x-scheme-handler/msteams" = ["teams-for-linux.desktop"];
}; };
in { in {
enable = true; enable = true;
defaultApplications = applications; defaultApplications = applications;
addedAssociations = applications; addedAssociations = applications;
removedAssociations = {
"x-scheme-handler/msteams" = browser;
"x-scheme-handler/zoomus" = browser;
};
}; };
programs = { programs = {
dconf.enable = true; dconf.enable = true;