add darwio

This commit is contained in:
Yan Lin 2025-12-17 11:49:08 +01:00
parent fb6da90133
commit 7104609b02
2 changed files with 4 additions and 0 deletions

View file

@ -276,6 +276,9 @@
# Documents - PDF with PDF Expert # Documents - PDF with PDF Expert
run ${pkgs.duti}/bin/duti -s com.readdle.PDFExpert-Mac .pdf all run ${pkgs.duti}/bin/duti -s com.readdle.PDFExpert-Mac .pdf all
# Diagrams - Draw.io
run ${pkgs.duti}/bin/duti -s com.jgraph.drawio.desktop .drawio all
# Images - Preview # Images - Preview
run ${pkgs.duti}/bin/duti -s com.apple.Preview .png all run ${pkgs.duti}/bin/duti -s com.apple.Preview .png all
run ${pkgs.duti}/bin/duti -s com.apple.Preview .jpg all run ${pkgs.duti}/bin/duti -s com.apple.Preview .jpg all

View file

@ -44,6 +44,7 @@
"raspberry-pi-imager" "raspberry-pi-imager"
"transmission" "transmission"
"pdf-expert" "pdf-expert"
"drawio"
]; ];
taps = [ taps = [
# Additional repositories if needed # Additional repositories if needed