From 23404540b4b7ebd657e23bad8566a558f5b578f6 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 2 Feb 2026 16:06:18 +0100 Subject: [PATCH] set svg default to inkscape --- hosts/darwin/home-default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/darwin/home-default.nix b/hosts/darwin/home-default.nix index 3e1e7d5..64a2a5a 100644 --- a/hosts/darwin/home-default.nix +++ b/hosts/darwin/home-default.nix @@ -289,9 +289,11 @@ run ${pkgs.duti}/bin/duti -s com.apple.Preview .webp all run ${pkgs.duti}/bin/duti -s com.apple.Preview .heic all run ${pkgs.duti}/bin/duti -s com.apple.Preview .heif all - run ${pkgs.duti}/bin/duti -s com.apple.Preview .svg all run ${pkgs.duti}/bin/duti -s com.apple.Preview .ico all + # SVG - Inkscape + run ${pkgs.duti}/bin/duti -s org.inkscape.Inkscape .svg all + # Videos - IINA run ${pkgs.duti}/bin/duti -s com.colliderli.iina .mp4 all run ${pkgs.duti}/bin/duti -s com.colliderli.iina .mkv all