From 705a6dda3907ee397405af69cf8c1dc584412c60 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 9 Jun 2025 03:35:17 -0700 Subject: Nara: Add NTFS support --- modules/mac/programs/homebrew/nix-homebrew.nix | 1 + modules/mac/programs/homebrew/packages/improved-macos.nix | 2 ++ 2 files changed, 3 insertions(+) (limited to 'modules/mac/programs') diff --git a/modules/mac/programs/homebrew/nix-homebrew.nix b/modules/mac/programs/homebrew/nix-homebrew.nix index 4a53f42..decca1b 100644 --- a/modules/mac/programs/homebrew/nix-homebrew.nix +++ b/modules/mac/programs/homebrew/nix-homebrew.nix @@ -14,6 +14,7 @@ "nikitabobko/homebrew-tap" = nikitabobko-homebrew-tap; # "tuist/homebrew-tuist" = tuist-homebrew-tap; "koekeishiya/homebrew-formulae" = koekeishiya-homebrew-tap; + "gromgit/homebrew-fuse" = gromgit-homebrew-fuse; }; }; } diff --git a/modules/mac/programs/homebrew/packages/improved-macos.nix b/modules/mac/programs/homebrew/packages/improved-macos.nix index 527273c..1bcb693 100644 --- a/modules/mac/programs/homebrew/packages/improved-macos.nix +++ b/modules/mac/programs/homebrew/packages/improved-macos.nix @@ -15,11 +15,13 @@ "aerospace" "swiftbar" "marta" + "macfuse" ]; brews = [ "koekeishiya/formulae/yabai" "koekeishiya/formulae/skhd" + "gromgit/fuse/ntfs-3g-mac" ]; }; } -- cgit v1.2.3