From 39bc189b6883ca8ef18564ece6d7b3c9812a31a6 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 22 Aug 2023 12:00:29 -0500 Subject: [PATCH] add github cli package --- home/features/cli/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 9007c36..0b2c35b 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -12,6 +12,7 @@ home.packages = with pkgs; [ babelfish # Lets fish speak bash bottom # Prettier top + gh # Github CLI httpie # Better curl jq # JSON pretty printer and manipulator mtr # Better traceroute @@ -20,4 +21,4 @@ python3 # Python 3 tldr # TLDR pages ]; -} \ No newline at end of file +}