From 851a511cff74ec20d8769ab7905b3635a7aa2b11 Mon Sep 17 00:00:00 2001 From: mat ess Date: Sat, 16 Jul 2022 14:38:47 -0400 Subject: [PATCH] Reorganize some dependencies --- darwin/homebrew.nix | 3 --- home/default.nix | 2 +- home/git.nix | 7 +++---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/darwin/homebrew.nix b/darwin/homebrew.nix index c3f1afa..89a3916 100644 --- a/darwin/homebrew.nix +++ b/darwin/homebrew.nix @@ -38,8 +38,6 @@ in "homebrew/services" "nrlquaker/createzap" "unisonweb/unison" - # lol - ''gitea/tap", "https://gitea.com/gitea/homebrew-gitea'' ]; # Prefer installing application from the Mac App Store @@ -81,7 +79,6 @@ in homebrew.brews = [ "fileicon" "fzf" - "tea-head" "unison-language" ]; } diff --git a/home/default.nix b/home/default.nix index a7b0ce1..f54ab93 100644 --- a/home/default.nix +++ b/home/default.nix @@ -98,7 +98,7 @@ flyctl # command line tools for fly.io jq # json processor pijul # alternative to `git` - rustup # rust toolchain + # rustup # rust toolchain # Useful nix related tools cachix # adding/managing alternative binary caches hosted by Cachix diff --git a/home/git.nix b/home/git.nix index 3ad52e8..6c9b6fb 100644 --- a/home/git.nix +++ b/home/git.nix @@ -24,8 +24,7 @@ programs.git.delta.enable = true; # Gitea CLI - # pulling from homebrew until a new version past 0.8.0 is published - # home.packages = with pkgs; [ - # tea - # ]; + home.packages = with pkgs; [ + tea + ]; }