diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/modules/desktop.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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"]; |