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-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;
|
||||
|
|
Loading…
Reference in a new issue