summaryrefslogtreecommitdiff
path: root/modules/home-manager/personal
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2026-02-04 13:57:50 +0100
committeraristote <quentin.aristote@irif.fr>2026-02-04 14:03:19 +0100
commit2edea36f291640d0ec073bb70c9511a798c973d8 (patch)
tree1e57a6b8dbef2a807cda302bfd805790be7d57a3 /modules/home-manager/personal
parent6b1c8ceabddcb61f7d9f73988ab7713085e51f35 (diff)
home: open ics files with thunderbird
Diffstat (limited to 'modules/home-manager/personal')
-rw-r--r--modules/home-manager/personal/programs/thunderbird.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/personal/programs/thunderbird.nix b/modules/home-manager/personal/programs/thunderbird.nix
index d68a5df..cdb3dde 100644
--- a/modules/home-manager/personal/programs/thunderbird.nix
+++ b/modules/home-manager/personal/programs/thunderbird.nix
@@ -53,6 +53,7 @@ in
home.file.".thunderbird/default/user.js".text = configDefault;
xdg.mimeApps.defaultApplications = {
"x-scheme-handler/mailto" = [ "thunderbird.desktop" ];
+ "text/calendar" = [ "thunderbird.desktop" ];
"application/x-xpinstall" = [ "thunderbird.desktop" ];
};
})