Remove browser mime association for zoom and teams
This commit is contained in:
parent
463e92b3ad
commit
880d7020e8
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue