diff --git a/home/xdg.nix b/home/xdg.nix index e54e098..815b3a6 100644 --- a/home/xdg.nix +++ b/home/xdg.nix @@ -112,10 +112,11 @@ mime.enable = true; mimeApps = { enable = true; + # Use file --mime-type to detect mime type defaultApplications = { "application/pdf" = [ "org.pwmt.zathura-pdf-mupdf.desktop" ]; - + "text/calendar" = [ "thunderbird.desktop" ]; "image/bmp" = [ "feh.desktop" ]; "image/gif" = [ "feh.desktop" ];