From 843f768038435d478088ddd046abd0fb763eefea Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Mon, 8 Dec 2025 13:09:58 +0100 Subject: [PATCH] feat: add find replacement fd :sparkles: --- nixos/hosts/macos.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/macos.nix b/nixos/hosts/macos.nix index 329bb43..9d9f22f 100644 --- a/nixos/hosts/macos.nix +++ b/nixos/hosts/macos.nix @@ -57,7 +57,8 @@ }; environment.systemPackages = with pkgs; [ - ripgrep + ripgrep # replacement for grep + fd # replacement for find wget # busybox #TODO: doesn't run on darwin