add fx terminal json viewer

main
Andrew Coleman 2023-09-19 08:40:31 -04:00
parent 270d573243
commit b5b8acf6cf
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ has_bin "exa" || nix profile install nixpkgs#exa
has_bin "fd" || nix profile install nixpkgs#fd
has_bin "flake-checker" || nix profile install github:DeterminateSystems/flake-checker
has_bin "flamegraph" || nix profile install nixpkgs#flamegraph
has_bin "fx" || nix profile install nixpkgs#fx
has_bin "fzf" || nix profile install nixpkgs#fzf
has_bin "git" || nix profile install nixpkgs#git
has_bin "git-gone" || nix profile install nixpkgs#git-gone