From b46247f1b6f51d5e65f911a99b4fa5faedf85d84 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 27 Jan 2025 16:17:07 +1000 Subject: feat(darwin/delta): add vimmotion --- darwin/delta/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'darwin/delta/configuration.nix') diff --git a/darwin/delta/configuration.nix b/darwin/delta/configuration.nix index 689a0a5..ed87a42 100644 --- a/darwin/delta/configuration.nix +++ b/darwin/delta/configuration.nix @@ -3,6 +3,11 @@ { homebrew = { enable = true; + + taps = [ + "dwarvesf/homebrew-tap" + ]; + brews = [ # Thunderbird requires GPGME in 'standard locations' "gpgme" @@ -27,6 +32,7 @@ "tailscale" "transmission" "transmission" + "vimmotion" "yubico-yubikey-manager" ]; }; -- cgit 1.4.1