From fb6da90133dbd6ea3bbfa320c0a8ddf5ee533dd5 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 16 Dec 2025 10:11:58 +0100 Subject: [PATCH] add pdf expert --- hosts/darwin/home-default.nix | 4 ++-- modules/homebrew.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/darwin/home-default.nix b/hosts/darwin/home-default.nix index 5f30ad4..2836c12 100644 --- a/hosts/darwin/home-default.nix +++ b/hosts/darwin/home-default.nix @@ -273,8 +273,8 @@ run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .tex all run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .bib all - # Documents - PDF with Preview - run ${pkgs.duti}/bin/duti -s com.apple.Preview .pdf all + # Documents - PDF with PDF Expert + run ${pkgs.duti}/bin/duti -s com.readdle.PDFExpert-Mac .pdf all # Images - Preview run ${pkgs.duti}/bin/duti -s com.apple.Preview .png all diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 364735a..cdcfa9b 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -43,6 +43,7 @@ "zotero" "raspberry-pi-imager" "transmission" + "pdf-expert" ]; taps = [ # Additional repositories if needed