From 811601a1c4047bc5413273537d308cb9e0c93e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 31 Aug 2025 09:30:07 +0800 Subject: [PATCH] home/sioyek: update mime config --- nix/homeModules/common/sioyek.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nix/homeModules/common/sioyek.nix b/nix/homeModules/common/sioyek.nix index 056c27c4..dce4ca51 100644 --- a/nix/homeModules/common/sioyek.nix +++ b/nix/homeModules/common/sioyek.nix @@ -25,9 +25,6 @@ xdg.mimeApps = lib.mkIf config.programs.sioyek.enable { enable = true; - associations.added = { - "application/pdf" = ["sioyek.desktop"]; - }; defaultApplications = { "application/pdf" = ["sioyek.desktop"]; };