add github cli package

This commit is contained in:
John Bowdre 2023-08-22 12:00:29 -05:00
parent 08e4e5a657
commit 39bc189b68

View file

@ -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
];
}
}