From c242fb62f744339eaf84da22989d942c379a21fa Mon Sep 17 00:00:00 2001 From: mat ess Date: Mon, 4 Jul 2022 21:23:49 -0400 Subject: [PATCH] Use tea from homebrew --- darwin/homebrew.nix | 4 +++- home/git.nix | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index 2ea1adc..c3f1afa 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -38,6 +38,8 @@ in "homebrew/services" "nrlquaker/createzap" "unisonweb/unison" + # lol + ''gitea/tap", "https://gitea.com/gitea/homebrew-gitea'' ]; # Prefer installing application from the Mac App Store @@ -79,7 +81,7 @@ in homebrew.brews = [ "fileicon" "fzf" + "tea-head" "unison-language" - "xcbeautify" ]; } diff --git a/home/git.nix b/home/git.nix index 6c9b6fb..3ad52e8 100644 --- a/home/git.nix +++ b/home/git.nix @@ -24,7 +24,8 @@ programs.git.delta.enable = true; # Gitea CLI - home.packages = with pkgs; [ - tea - ]; + # pulling from homebrew until a new version past 0.8.0 is published + # home.packages = with pkgs; [ + # tea + # ]; }