From 0b298fbaf9ba06b88959c81498b215a2a0693371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 5 May 2023 09:34:17 +0200 Subject: nixos/desktop: switch from mupds to zathura --- nixos/modules/desktop.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos/modules/desktop.nix') diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index d1257b7..bb5f552 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -74,6 +74,7 @@ in { signal-desktop libreoffice mupdf + zathura pdfgrep xdg-utils @@ -166,7 +167,7 @@ in { }; xdg.mime.defaultApplications = { "text/html" = ["firefox.desktop"]; - "application/pdf" = ["mupdf.desktop"]; + "application/pdf" = ["zathura.desktop"]; "image/jpeg" = ["feh.desktop"]; "image/png" = ["feh.desktop"]; "image/svg" = ["feh.desktop"]; -- cgit v1.2.3