From 000a6d05367d4f52e24a1178c236eadc02b5ede9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 13 Nov 2023 11:17:47 +0000 Subject: [PATCH] Remove some mimeapps teams-for-linux not installed anymore Remove emacs associations as I'll be in emacs opening any files anyway... --- home/hyprland/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 7ab23061..93cc0409 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -32,11 +32,7 @@ "image/jpeg" = [ "swayimg.desktop" ]; "image/png" = [ "swayimg.desktop" ]; "video/mp4" = [ "mpv.desktop" ]; - "application/pdf" = [ "zathura.desktop" ]; - "application/json" = [ "emacs.desktop" ]; - "application/x-yaml" = [ "emacs.desktop" ]; "text/csv" = [ "calc.desktop" ]; - "x-scheme-handler/msteams" = [ "teams-for-linux.desktop" ]; }; associations.added = defaultApplications; };