From bd6e95a80848e504c6cfdc389a9fe45404632a23 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Tue, 24 Oct 2023 10:25:40 +0200 Subject: add teams and wfica configs --- profiles/core/home.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'profiles/core') diff --git a/profiles/core/home.nix b/profiles/core/home.nix index d332469..2811390 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -16,9 +16,7 @@ enable = true; defaultApplications = { "text/x-shellscript" = ["text.desktop"]; - "x-scheme-handler/magnet" = ["torrent.desktop"]; "application/x-bittorrent" = ["torrent.desktop"]; - "x-scheme-handler/mailto" = ["mail.desktop"]; "text/plain" = ["text.desktop"]; "application/postscript" = ["pdf.desktop"]; "application/pdf" = ["pdf.desktop"]; @@ -30,6 +28,10 @@ "video/mp4" = ["video.desktop"]; "x-scheme-handler/lbry" = ["lbry.desktop"]; "inode/directory" = ["file.desktop"]; + "application/x-ica" = ["wfica.desktop"]; + "x-scheme-handler/magnet" = ["torrent.desktop"]; + "x-scheme-handler/mailto" = ["mail.desktop"]; + "x-scheme-handler/msteams" = ["teams.desktop"]; }; }; mime.enable = true; -- cgit v1.2.3