From 542eb045404e8e997bfebe5267ac42410c9d1a70 Mon Sep 17 00:00:00 2001 From: ant Date: Sun, 2 Feb 2025 20:14:38 +0100 Subject: [PATCH] Set zathura as defaulkt pdf reader in mime types --- gui-software.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/gui-software.nix b/gui-software.nix index e4a65ba..ca2032c 100644 --- a/gui-software.nix +++ b/gui-software.nix @@ -39,6 +39,7 @@ programs.zathura.enable = true; xdg.mimeApps.defaultApplications = { + "application/pdf" = "zathura.desktop"; "WebBrowser" = "firefox.desktop"; "x-scheme-handler/http" = "firefox.desktop"; "x-scheme-handler/https" = "firefox.desktop";