Remove emacs from some mimetypes

This commit is contained in:
Evie Litherland-Smith 2023-10-11 16:09:34 +01:00
parent 53bbd20d70
commit cf5f75f2b1

View file

@ -38,10 +38,10 @@
"image/jpeg" = [ "swayimg.desktop" ];
"image/png" = [ "swayimg.desktop" ];
"video/mp4" = [ "mpv.desktop" ];
"application/pdf" = [ "zathura.desktop" "emacs.desktop" ];
"application/json" = [ "emacs.desktop" "firefox.desktop" ];
"application/pdf" = [ "zathura.desktop" ];
"application/json" = [ "emacs.desktop" ];
"application/x-yaml" = [ "emacs.desktop" ];
"text/csv" = [ "calc.desktop" "emacs.desktop" ];
"text/csv" = [ "calc.desktop" ];
};
in {
enable = true;