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";