From 6ba65c14a73de94eee4ade45eccf73d049073433 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 21 Dec 2023 13:26:10 +0000 Subject: [PATCH] Fix and expand mime entry for zathura --- home/hyprland/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index e08347c7..e2965348 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -134,7 +134,9 @@ "application/xhtml+xml" = [ "firefox.desktop" ]; "application/x-extension-xhtml" = [ "firefox.desktop" ]; "application/x-extension-xht" = [ "firefox.desktop" ]; - "application/pdf" = [ "zathura.desktop" ]; + "application/pdf" = [ "org.pwmt.zathura-pdf-mupdf.desktop" ]; + "application/epub+zip" = [ "org.pwmt.zathura-pdf-mupdf.desktop" ]; + "application/oxps" = [ "org.pwmt.zathura-pdf-mupdf.desktop" ]; }; associations.added = defaultApplications; };