From c66dfac35ef729564173693a1b3aff5392338343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 16 Jul 2023 18:13:32 +0200 Subject: nixos/desktop: fix new zathura desktop file name --- nixos/modules/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 6903767..11f57c0 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -167,7 +167,7 @@ in { }; xdg.mime.defaultApplications = { "text/html" = ["firefox.desktop"]; - "application/pdf" = ["zathura.desktop"]; + "application/pdf" = ["org.pwmt.zathura.desktop"]; "image/jpeg" = ["feh.desktop"]; "image/png" = ["feh.desktop"]; "image/svg" = ["feh.desktop"]; -- cgit v1.2.3