From 7d9095e5eef12adf661724f21866cbb8535e71e2 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 24 May 2022 10:51:24 +0200 Subject: [PATCH] Associate ical text/calendar with thunderbird --- home/xdg.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ];