From 6ae4eba3505d5deabf5e0d05f2b0c122224b809f Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 4 Jan 2026 15:25:44 +0800 Subject: [PATCH] minor --- hosts/darwin/home-default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/darwin/home-default.nix b/hosts/darwin/home-default.nix index c554e1f..8a82358 100644 --- a/hosts/darwin/home-default.nix +++ b/hosts/darwin/home-default.nix @@ -235,8 +235,8 @@ home.activation.setFileAssociations = config.lib.dag.entryAfter ["writeBoundary"] '' # Text and code files - open with TextMate run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .txt all - run ${pkgs.duti}/bin/duti -s abnerworks.Typora .md all - run ${pkgs.duti}/bin/duti -s abnerworks.Typora .markdown all + run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .md all + run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .markdown all run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .nix all run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .sh all run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .bash all