ctucx.git: nixfiles

ctucx' nixfiles

commit c74ab7f7ceb35a55b0791a22ccbda2ec9493f368
parent 2264ba24cf78cfe770f1e1b5e41c9a61cfc3b6ac
Author: Leah (ctucx) <git@ctu.cx>
Date: Wed, 28 Jun 2023 19:24:42 +0200

configurations/darwin/homebrew: add `homebrew/services` tap
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/configurations/darwin/homebrew.nix b/configurations/darwin/homebrew.nix
@@ -14,6 +14,10 @@
       cleanup    = "zap";
     };
 
+    taps = [
+      "homebrew/services"
+    ];
+
     brews   = [
       "blueutil"
       {