diff --git a/hosts/darwin/home-default.nix b/hosts/darwin/home-default.nix index f821f2e..9f46421 100644 --- a/hosts/darwin/home-default.nix +++ b/hosts/darwin/home-default.nix @@ -236,8 +236,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 com.todesktop.230313mzl4w4u92 .md all - run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .markdown 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 .nix all run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .sh all run ${pkgs.duti}/bin/duti -s com.todesktop.230313mzl4w4u92 .bash all diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 67a27fe..5b71e84 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -39,6 +39,7 @@ "linearmouse" "omnigraffle" "tailscale-app" + "typora" ]; taps = [ # Additional repositories if needed