From c616fb2570ccdf1832c76b240bbb724e03c36d3f Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Thu, 5 Dec 2024 08:42:33 -0500 Subject: [PATCH] Added git and bazel --- dot_config/flake/home/common.nix | 1 + dot_config/flake/home/hinge/hinge.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/flake/home/common.nix b/dot_config/flake/home/common.nix index 459d7a4..acaf427 100644 --- a/dot_config/flake/home/common.nix +++ b/dot_config/flake/home/common.nix @@ -56,6 +56,7 @@ glow gitoxide lnav + git fzf zoxide diff --git a/dot_config/flake/home/hinge/hinge.nix b/dot_config/flake/home/hinge/hinge.nix index a21a4d8..fe612ed 100644 --- a/dot_config/flake/home/hinge/hinge.nix +++ b/dot_config/flake/home/hinge/hinge.nix @@ -12,7 +12,8 @@ home.homeDirectory = lib.mkForce "/Users/tyler.mayoff"; home.packages = with pkgs; [ - ]; + + bazel ]; # home.stateVersion = "23.11";