about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--darwin/delta/configuration.nix6
1 files changed, 6 insertions, 0 deletions
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"
     ];
   };